nrf/device: Correct SPIM3 IRQ handler entry for nrf52840.

pull/5177/merge
Glenn Ruben Bakke 2019-10-09 19:34:16 +02:00
rodzic 79ab82ea77
commit 1571120dc2
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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,
};