support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   C027Interface C027Interface C027_SupportTest

Fork of C027_Support by u-blox

Revision:
141:0d91c7fe072b
Parent:
140:b5614db52fc4
--- a/MDM.cpp	Tue May 17 04:05:24 2016 -0500
+++ b/MDM.cpp	Thu Jun 09 22:21:10 2016 -0500
@@ -2055,8 +2055,10 @@
     _debugLevel = (level < -1) ? -1 : 
                   (level >  3) ?  3 : 
                                  level;
+    return _debugLevel == level;
+#else
+    return false;
 #endif
-    return _debugLevel == level;
 }
 
 void MDMParser::dumpDevStatus(MDMParser::DevStatus* status,