Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
105:c61f0d62b625
Parent:
100:dbcd3bc51758
Child:
108:2ec12f10ebf4
--- a/operation/ReportThread.h	Fri May 08 14:50:43 2015 +0000
+++ b/operation/ReportThread.h	Mon May 11 18:10:44 2015 +0000
@@ -18,7 +18,7 @@
         char uri[4];
         OperationPool& ipool;
         char buf[SMARTREST_SIZE];
-        char buf2[SMARRESTBODY_SIZE];
+        char buf2[SMARTREST_BODY_SIZE];
         SmartRestSocket sock;
         Thread thread;
 };