fork

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_