Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
91:48069375dffa
Parent:
67:c360a2b2c948
Child:
92:0acd11870c6a
--- a/DeviceBootstrap.h	Fri Mar 20 13:55:21 2015 +0000
+++ b/DeviceBootstrap.h	Fri Mar 20 14:27:10 2015 +0000
@@ -37,8 +37,8 @@
     DeviceInfo& _deviceInfo;
     DeviceMemory& _deviceMemory;
     DeviceIO& _io;
-    char _username[DEVICE_BOOTSTRAP_CREDENTIALS_LENGTH],                    
-         _password[DEVICE_BOOTSTRAP_CREDENTIALS_LENGTH];
+    char _username[DEVICE_BOOTSTRAP_CREDENTIALS_LENGTH];
+    char _password[DEVICE_BOOTSTRAP_CREDENTIALS_LENGTH];
 };
 
 #endif
\ No newline at end of file