For a PR
Fork of ublox-at-cellular-interface by
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;
}
