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:
60:3c822f97fc73
Parent:
59:f96be79feccd
Child:
62:86a04c5bda18
--- a/operation/OperationStore.h	Fri Oct 24 11:30:43 2014 +0000
+++ b/operation/OperationStore.h	Fri Oct 24 15:00:36 2014 +0000
@@ -10,7 +10,7 @@
 {
 public:
     struct Operation {
-        unsigned long identifier;
+        long identifier;
         const char *description;
         uint8_t state;
     };