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.
1 parent c857596 commit 254ff60Copy full SHA for 254ff60
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/us_ticker.c
@@ -141,6 +141,7 @@ void us_ticker_clear_interrupt(void)
141
void us_ticker_free(void)
142
{
143
nrf_timer_task_trigger(NRF_TIMER1, NRF_TIMER_TASK_STOP);
144
+ nrf_timer_task_trigger(NRF_TIMER1, NRF_TIMER_TASK_SHUTDOWN);
145
nrf_timer_int_disable(NRF_TIMER1, nrf_timer_compare_int_get(NRF_TIMER_CC_CHANNEL0));
146
NVIC_DisableIRQ(TIMER1_IRQn);
147
us_ticker_initialized = false;
0 commit comments