Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
94:010b0f7a0a1a
Parent:
93:61d44636f020
Child:
108:2ec12f10ebf4
--- a/operation/Opeartion.cpp	Mon Apr 20 15:04:23 2015 +0000
+++ b/operation/Opeartion.cpp	Wed Apr 22 11:22:25 2015 +0000
@@ -1,9 +1,9 @@
 #include "Operation.h"
 
-const char strPending[] = "PENDING";
-const char strExecuting[] = "EXECUTING";
-const char strSuccessful[] = "SUCCESSFUL";
-const char strFailed[] = "FAILED";
+const char *strPending = "PENDING";
+const char *strExecuting = "EXECUTING";
+const char *strSuccessful = "SUCCESSFUL";
+const char *strFailed = "FAILED";
 
 const char* strOperationState(OperationState state)
 {