We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c3231 + 0b00eda commit 784fff9Copy full SHA for 784fff9
cores/nRF5/wiring.c
@@ -41,8 +41,8 @@ void init( void )
41
NRF_CLOCK->TASKS_LFCLKSTART = 1UL;
42
43
NRF_RTC1->PRESCALER = 0;
44
- NRF_RTC1->EVTENSET = RTC_INTENSET_OVRFLW_Msk;
45
- NRF_RTC1->INTENSET = RTC_EVTEN_OVRFLW_Msk;
+ NRF_RTC1->INTENSET = RTC_INTENSET_OVRFLW_Msk;
+ NRF_RTC1->EVTENSET = RTC_EVTEN_OVRFLW_Msk;
46
NRF_RTC1->TASKS_START = 1;
47
}
48
0 commit comments