Skip to content

Commit de7768c

Browse files
authored
Merge pull request #12261 from kivaisan/fix_cellular_build_with_apn_lookup
Cellular: Fix compilation fail with APN lookup enabled
2 parents 77fa743 + 2c4194b commit de7768c

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)