xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
12:a45a9c65dc03
Parent:
4:bec3f80dc49c
Child:
16:602bc04e3cb5
diff -r f9f82e74edc0 -r a45a9c65dc03 common/TimeManager.cpp
--- a/common/TimeManager.cpp	Sat May 18 03:45:38 2019 +0000
+++ b/common/TimeManager.cpp	Wed May 22 09:10:18 2019 +0000
@@ -13,8 +13,8 @@
     current.tm_sec = 0;
     current.tm_min = 0;
     current.tm_hour = 0;
-    current.tm_mday = 0;
-    current.tm_mon = 0;
+    current.tm_mday = 1;
+    current.tm_mon = 1;
     current.tm_year = 0;
     baseclock.attach(flip, 1.0);
 }