xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
16:602bc04e3cb5
Parent:
12:a45a9c65dc03
--- a/common/TimeManager.cpp	Mon May 27 08:17:29 2019 +0000
+++ b/common/TimeManager.cpp	Thu May 30 03:00:15 2019 +0000
@@ -68,6 +68,7 @@
 {
     bool finish = false;
     int daysInMonth = getDaysInMonth(current.tm_mon, current.tm_year);
+    dbgprintf("setCurrentTime:%d-%d(%d)\n", selector, set, daysInMonth);
     switch (selector) {
     case SetTimeMethod::Year:
         if (set >= 0) {