UART Command Parser Time Manager Data Store for SD Card for stm32l476 [it's not Licensed as BSD/GPLx]
Dependencies: mbed SDFileSystem
Diff: common/TimeManager.cpp
- 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) {