Remove spurious debug parameter.

Fork of ublox-at-cellular-interface by u-blox

Files at this revision

API Documentation at this revision

Comitter:
RobMeades
Date:
Wed Jan 10 09:44:24 2018 +0000
Parent:
12:ff6fac481487
Commit message:
Replace R410M lines accidentally removed.

Changed in this revision

UbloxATCellularInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/UbloxATCellularInterface.cpp	Tue Jan 09 13:20:44 2018 +0000
+++ b/UbloxATCellularInterface.cpp	Wed Jan 10 09:44:24 2018 +0000
@@ -1088,7 +1088,11 @@
     }
 
     // Attempt to establish a connection
+#ifdef TARGET_UBLOX_C030_R410M
+    if (registered) {
+#else
     if (registered && connect_modem_stack()) {
+#endif
         nsapi_error = NSAPI_ERROR_OK;
     }