Merge pull request #12261 from kivaisan/fix_cellular_build_with_apn_lookup

Cellular: Fix compilation fail with APN lookup enabled
pull/12213/head
Martin Kojtal 2020-01-16 09:33:16 +00:00 committed by GitHub
commit de7768ce29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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) {