shutdown timer on deinit

pull/13228/head
Paul Szczeanek 2020-06-12 08:24:25 +01:00 committed by Vincent Coubard
parent 981eaed9bb
commit 3316e7ff66
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ void PalTimerDeInit(void)
/* stop timer */
NRF_TIMER2->TASKS_STOP = 1;
NRF_TIMER2->TASKS_SHUTDOWN = 1;
#endif
#endif