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