portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
49:ac0ba9d54ebc
Parent:
47:89ae46d5c466
Child:
52:8f1370084268
diff -r d5e21301543e -r ac0ba9d54ebc DeviceIntegration.cpp
--- a/DeviceIntegration.cpp	Fri Jul 25 20:16:32 2014 +0000
+++ b/DeviceIntegration.cpp	Mon Jul 28 11:49:42 2014 +0000
@@ -61,7 +61,7 @@
     // template bootstrapping process
     if (_client.bootstrap(_tpl) != SMARTREST_SUCCESS) {
         puts("Template bootstrap failed.");
-        return 1;
+        return false;
     }
 
     puts("Hello.");