timekeeper.cpp: comments edited
This commit is contained in:
parent
8a8d3a8f1a
commit
3b66add7d1
@ -44,7 +44,7 @@ void calibrateTime(void) {
|
|||||||
// has RTC -> fallback to RTC time
|
// has RTC -> fallback to RTC time
|
||||||
#ifdef HAS_RTC
|
#ifdef HAS_RTC
|
||||||
t = get_rtctime();
|
t = get_rtctime();
|
||||||
// set time from RTC
|
// set time from RTC - method will check if time is valid
|
||||||
setMyTime((uint32_t)t, t_msec, _rtc);
|
setMyTime((uint32_t)t, t_msec, _rtc);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user