From 57623bcee4664a91a701f33bf7482d068f0813ce Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Wed, 27 Mar 2024 19:15:15 -0400 Subject: [PATCH] ports/nrf: Add rtc_offset_chck to Anomaly 132 fix. Signed-off-by: RetiredWizard --- ports/nrf/mphalport.c | 1 + 1 file changed, 1 insertion(+) 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(); } }