Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: UbloxATCellularInterface.cpp
- Revision:
- 13:39264b492ce7
- Parent:
- 12:ff6fac481487
- Child:
- 14:e7dcf3388403
--- 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;
}