Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
93:61d44636f020
Parent:
92:0acd11870c6a
Child:
99:47ea098f8a47
--- a/DeviceIntegration.cpp	Mon Apr 13 14:24:58 2015 +0000
+++ b/DeviceIntegration.cpp	Mon Apr 20 15:04:23 2015 +0000
@@ -202,7 +202,7 @@
     CharValue imei(_deviceInfo.imei());
     CharValue cellId(_deviceInfo.cellId());
     CharValue iccid(_deviceInfo.iccid());
-    aInfo("Update Device.");
+    aInfo("Update Device.\n");
     if ((!record.add(msgId)) || (!record.add(deviceId)) || (!record.add(imei)) || (!record.add(cellId)) || (!record.add(iccid)))
         return false;