From 65aceadb1e86140f232b9a8ad808b81d2feb8956 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Sun, 26 Jul 2015 12:09:21 -0700 Subject: [PATCH] [platform][lpc43xx] update irq defs --- platform/lpc43xx/include/platform/defirq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/lpc43xx/include/platform/defirq.h b/platform/lpc43xx/include/platform/defirq.h index efc024ed..112466fd 100644 --- a/platform/lpc43xx/include/platform/defirq.h +++ b/platform/lpc43xx/include/platform/defirq.h @@ -25,7 +25,7 @@ DEFIRQ(DAC) DEFIRQ(M0APP) DEFIRQ(DMA) DEFIRQ(RESERVED03) -DEFIRQ(RESERVED04) +DEFIRQ(FLASHEEPROM) DEFIRQ(ETHERNET) DEFIRQ(SDIO) DEFIRQ(LCD) @@ -51,7 +51,7 @@ DEFIRQ(USART2) DEFIRQ(USART3) DEFIRQ(I2S0) DEFIRQ(I2S1) -DEFIRQ(RESERVED30) +DEFIRQ(SPIFI) DEFIRQ(SGPIO_INT) DEFIRQ(PIN_INT0) DEFIRQ(PIN_INT1)