nrf/device: Correct SPIM3 IRQ handler entry for nrf52840.
This commit is contained in:
parent
79ab82ea77
commit
1571120dc2
@ -176,7 +176,9 @@ const func __Vectors[] __attribute__ ((section(".isr_vector"),used)) = {
|
||||
UARTE1_IRQHandler,
|
||||
QSPI_IRQHandler,
|
||||
CRYPTOCELL_IRQHandler,
|
||||
SPIM3_IRQHandler,
|
||||
0,
|
||||
0,
|
||||
PWM3_IRQHandler,
|
||||
0,
|
||||
SPIM3_IRQHandler,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user