From 2c4194bbe301478fc774c9a2effc7cee1606f0a3 Mon Sep 17 00:00:00 2001 From: Kimmo Vaisanen Date: Wed, 15 Jan 2020 14:38:12 +0200 Subject: [PATCH] Cellular: Fix compilation fail with APN lookup enabled Compilation failed if cellular APN lookup was enabled as stop command has been removed. --- features/cellular/framework/AT/AT_CellularContext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/features/cellular/framework/AT/AT_CellularContext.cpp b/features/cellular/framework/AT/AT_CellularContext.cpp index 8dcf7d0a2b..45e72bd4a5 100644 --- a/features/cellular/framework/AT/AT_CellularContext.cpp +++ b/features/cellular/framework/AT/AT_CellularContext.cpp @@ -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) {