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.
Fork of ublox-at-cellular-interface by
Diff: UbloxATCellularInterface.cpp
- Revision:
- 11:cc41a8636f7e
- Parent:
- 10:ba18f4418ee8
--- a/UbloxATCellularInterface.cpp Mon Oct 30 14:48:14 2017 +0000
+++ b/UbloxATCellularInterface.cpp Tue Jan 02 07:48:15 2018 +0000
@@ -1090,7 +1090,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;
}
