We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa56ea4 commit 89bddfeCopy full SHA for 89bddfe
features/cellular/framework/AT/AT_CellularDevice.cpp
@@ -171,20 +171,13 @@ CellularInformation *AT_CellularDevice::open_information(FileHandle *fh)
171
void AT_CellularDevice::close_network()
172
{
173
if (_network) {
174
-<<<<<<< HEAD
175
_network_ref_count--;
176
if (_network_ref_count == 0) {
177
ATHandler *atHandler = &_network->get_at_handler();
178
delete _network;
179
_network = NULL;
180
release_at_handler(atHandler);
181
}
182
-=======
183
- ATHandler *at_handler = &_network->get_at_handler();
184
- delete _network;
185
- release_at_handler(at_handler);
186
- _network = NULL;
187
->>>>>>> Rebase and changes for Dragonfly nano support
188
189
190
0 commit comments