Fix Time 0 NTP sync

This commit is contained in:
Theo Arends 2020-05-26 11:50:35 +02:00
parent b3540879ab
commit 78f106ccb7

View File

@ -466,7 +466,6 @@ void RtcSetTime(uint32_t epoch)
Rtc.user_time_entry = true;
Rtc.utc_time = epoch -1; // Will be corrected by RtcSecond
}
RtcSecond();
}
void RtcInit(void)