nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.
This commit is contained in:
parent
e8678cd1c9
commit
63eae33b7b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue