Cumulocity Official / Mbed 2 deprecated MbedSmartRestMain Featured

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
82:ca7430f50b2b
Parent:
77:f6717e4eccc4
--- a/operation/OperationStore.h	Wed Mar 04 14:02:39 2015 +0000
+++ b/operation/OperationStore.h	Fri Mar 06 10:38:03 2015 +0000
@@ -24,6 +24,7 @@
     OperationStore();
     
     struct Operation {
+        Operation() : identifier(0), descriptor(""), state(0) {}
         long identifier;
         const char *descriptor;
         uint8_t state;