summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/nrf/drivers/ticker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/drivers/ticker.c b/ports/nrf/drivers/ticker.c
index 264ed8ee7..46cc783c4 100644
--- a/ports/nrf/drivers/ticker.c
+++ b/ports/nrf/drivers/ticker.c
@@ -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);
}