Remove spurious debug parameter.
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; }