Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
136:a52821cdb108
Parent:
121:68217ccb8cd1
--- a/config/ConfigSync.cpp	Mon Aug 10 14:20:40 2015 +0000
+++ b/config/ConfigSync.cpp	Mon Feb 15 09:49:35 2016 +0000
@@ -22,7 +22,7 @@
                 return false;
 }
 
-size_t ConfigSync::read(char *buf, size_t maxLen, char *status, size_t num)
+int ConfigSync::read(char *buf, size_t maxLen, char *status, size_t num)
 {
         static const char *fmt = "130,%ld,\"%s\",%.*s\r\n";
         int l = 0;