Skip to content

Commit 89bddfe

Browse files
felseradbridge
authored andcommitted
Fix rebase conflict file
1 parent aa56ea4 commit 89bddfe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

features/cellular/framework/AT/AT_CellularDevice.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,20 +171,13 @@ CellularInformation *AT_CellularDevice::open_information(FileHandle *fh)
171171
void AT_CellularDevice::close_network()
172172
{
173173
if (_network) {
174-
<<<<<<< HEAD
175174
_network_ref_count--;
176175
if (_network_ref_count == 0) {
177176
ATHandler *atHandler = &_network->get_at_handler();
178177
delete _network;
179178
_network = NULL;
180179
release_at_handler(atHandler);
181180
}
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
188181
}
189182
}
190183

0 commit comments

Comments
 (0)