Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Files at this revision

API Documentation at this revision

Comitter:
xinlei
Date:
Wed Jun 03 09:51:47 2015 +0000
Parent:
127:fc63f2b5abe2
Child:
129:dc9e37d4bc05
Child:
130:ca312ec4bd0f
Commit message:
main: removed setting current time at boot

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jun 01 13:01:53 2015 +0000
+++ b/main.cpp	Wed Jun 03 09:51:47 2015 +0000
@@ -82,7 +82,7 @@
 int main()
 {
     LCDDisplay::inst().setLines("Mbed Agent V2.1rc6", srHost);
-    set_time(1256729737);
+//    set_time(1256729737);
     MDMRtos<MDMSerial> mdm;
     pMdm = &mdm;
     InterruptIn joystickUp(A2);