Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
113:3872569be2af
Parent:
108:f1ee3e1eb126
Child:
135:c4009ecaf5c0
--- a/operation/ControlParser.cpp	Fri May 15 10:14:05 2015 +0000
+++ b/operation/ControlParser.cpp	Fri May 15 14:07:51 2015 +0000
@@ -196,7 +196,7 @@
 
 void ControlParser::parseError(Token& tok)
 {
-        aError("CtrlParse: (%d) %.*s\n", tok.type, (int)tok.len, tok.p);
+        aError("CtrlParse: %.*s[%d]\n", (int)tok.len, tok.p, tok.type);
         parseRecover(tok);
 }