ports/nrf: Add rtc_offset_chck to Anomaly 132 fix.

Signed-off-by: RetiredWizard <github@retiredwizard.com>
pull/14198/head
RetiredWizard 2024-03-27 19:15:15 -04:00
rodzic cd6dbfa3f4
commit 57623bcee4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -67,6 +67,7 @@ void mp_nrf_start_lfclk(void) {
}
#endif
nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_LFCLKSTART);
rtc_offset_check();
}
}