diff options
| author | Stig Bjørlykke <stig@bjorlykke.org> | 2018-09-25 21:50:37 +0200 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-01-31 17:50:10 +1100 |
| commit | 63eae33b7b37be00dcaa751c58bf2c3be7e6e460 (patch) | |
| tree | 57864f199a04ae48c9d8fc2b4d2f1efb8837890a | |
| parent | e8678cd1c9e36f8a1175773b97ef2df5e5f8b673 (diff) | |
nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.
| -rw-r--r-- | ports/nrf/drivers/ticker.c | 1 |
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); } |
