mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12261 from kivaisan/fix_cellular_build_with_apn_lookup
Cellular: Fix compilation fail with APN lookup enabledpull/12213/head
commit
de7768ce29
|
@ -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