Skip to content
Snippets Groups Projects
Verified Commit 8b58c463 authored by schneider's avatar schneider Committed by rahix
Browse files

fix(rtc): Add comment about magic number

parent 48f47e74
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ void card10_init(void)
NULL) == E_BUSY
)
;
/* If we don't have a valid time yet, set it to 2019-01-01 */
if (RTC_GetSecond() < 1546300800UL) {
while (RTC_Init(MXC_RTC, 1546300800UL, 0, NULL) == E_BUSY)
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment