Skip to content

Commit 2c4194b

Browse files
author
Kimmo Vaisanen
committed
Cellular: Fix compilation fail with APN lookup enabled
Compilation failed if cellular APN lookup was enabled as stop command has been removed.
1 parent 0fd8bb6 commit 2c4194b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/cellular/framework/AT/AT_CellularContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,6 @@ void AT_CellularContext::cellular_callback(nsapi_event_t ev, intptr_t ptr)
954954
}
955955
} else {
956956
tr_error("APN lookup failed");
957-
_device->stop();
958957
if (_is_blocking) {
959958
// operation failed, release semaphore
960959
if (_current_op != OP_INVALID) {

0 commit comments

Comments
 (0)