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.
Diff: UbloxATCellularInterface.h
- Revision:
- 24:35d5b2a02df8
- Parent:
- 17:7b033423126c
- Child:
- 28:aef4a3de0de3
--- a/UbloxATCellularInterface.h Tue Feb 12 18:42:43 2019 +0500 +++ b/UbloxATCellularInterface.h Fri Apr 19 15:40:46 2019 +0500 @@ -627,6 +627,10 @@ void UUSORF_URC(); void UUSOCL_URC(); void UUPSDD_URC(); +#ifdef TARGET_UBLOX_C030_R41XM + bool activate_context(); + bool define_context(); +#endif }; #endif // _UBLOX_AT_CELLULAR_INTERFACE_