diff --git a/lib/card10/card10.c b/lib/card10/card10.c index 519c97fed9ce156cdedc3fc61c9104e033982d57..009a69d629e9015ad3f75ba615149249474b3af7 100644 --- a/lib/card10/card10.c +++ b/lib/card10/card10.c @@ -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) ;