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:
95:010b0f7a0a1a
Parent:
94:61d44636f020
Child:
96:5dfdc8568e9f
--- a/operation/ControlParser.h	Mon Apr 20 15:04:23 2015 +0000
+++ b/operation/ControlParser.h	Wed Apr 22 11:22:25 2015 +0000
@@ -38,7 +38,7 @@
         void parseRecover(Token& tok);
         void parseUnknownInt(Token& tok);
 private:
-        uint8_t opType;
+        unsigned short opType;
         Operation op;
         BayeuxAdvice bayeuxAdvice;
         int bayeuxTimeout;