diff --git a/ports/nrf/mphalport.c b/ports/nrf/mphalport.c index 366d775756..4b40041882 100644 --- a/ports/nrf/mphalport.c +++ b/ports/nrf/mphalport.c @@ -67,6 +67,7 @@ void mp_nrf_start_lfclk(void) { } #endif nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_LFCLKSTART); + rtc_offset_check(); } }