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:
101:dbcd3bc51758
Parent:
99:e369fc75c000
Child:
103:ede6611e064e
--- a/config/ConfigParser.cpp	Thu May 07 13:56:19 2015 +0000
+++ b/config/ConfigParser.cpp	Fri May 08 12:19:57 2015 +0000
@@ -66,7 +66,7 @@
 void ConfigParser::parseError(Token& tok)
 {
         parseOK = false;
-        aError("(%d) %.*s\n", tok.type, (int)tok.len, tok.p);
+        aError("ConfParse: (%d) %.*s\n", tok.type, (int)tok.len, tok.p);
         parseRecover(tok);
 }