mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Fix compilation fail with APN lookup enabled
Compilation failed if cellular APN lookup was enabled as stop command has been removed.pull/12261/head
parent
0fd8bb651c
commit
2c4194bbe3
|
@ -954,7 +954,6 @@ void AT_CellularContext::cellular_callback(nsapi_event_t ev, intptr_t ptr)
|
|||
}
|
||||
} else {
|
||||
tr_error("APN lookup failed");
|
||||
_device->stop();
|
||||
if (_is_blocking) {
|
||||
// operation failed, release semaphore
|
||||
if (_current_op != OP_INVALID) {
|
||||
|
|
Loading…
Reference in New Issue