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
Revision 13:39264b492ce7, committed 2018-01-10
- 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 |
diff -r ff6fac481487 -r 39264b492ce7 UbloxATCellularInterface.cpp
--- 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;
}
