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.
Revision 11:cc41a8636f7e, committed 2018-01-02
- Comitter:
- mudassar0121
- Date:
- Tue Jan 02 07:48:15 2018 +0000
- Parent:
- 10:ba18f4418ee8
- Commit message:
- Support added for R410M
Changed in this revision
| UbloxATCellularInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;
}