nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.

pull/1/head
Stig Bjørlykke 2018-09-25 21:50:37 +02:00 committed by Damien George
parent e8678cd1c9
commit 63eae33b7b
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ void ticker_init0(void) {
#endif
NRFX_IRQ_PRIORITY_SET(SlowTicker_IRQn, 3);
NRFX_IRQ_PRIORITY_SET(SlowTicker_IRQn, 3);
NRFX_IRQ_ENABLE(SlowTicker_IRQn);
}