Fix RTC init.

This commit is contained in:
iabdalkader 2017-06-07 22:59:42 +02:00
parent a5b25bd5b7
commit 4af10aaa2e

View File

@ -362,7 +362,7 @@ soft_reset:
#if MICROPY_HW_ENABLE_RTC
if (first_soft_reset) {
rtc_init();
rtc_init_start(false);
}
#endif