From 3b66add7d1a42af908045b9e00a2326fd49f2776 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Tue, 29 Sep 2020 17:28:27 +0200 Subject: [PATCH] timekeeper.cpp: comments edited --- src/timekeeper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timekeeper.cpp b/src/timekeeper.cpp index 0dba7caa..21513a05 100644 --- a/src/timekeeper.cpp +++ b/src/timekeeper.cpp @@ -44,7 +44,7 @@ void calibrateTime(void) { // has RTC -> fallback to RTC time #ifdef HAS_RTC 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); #endif