Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: operation/OperationStore.h
- 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; };