You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.
This commit is contained in:
committed by
Damien George
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user