summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/lpc17xx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 21:05:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 21:05:17 +0000
commitbcdc7b12eacc6765bfedc995ab4a17c70dd2396b (patch)
tree342dadb20493d2c7794e2335ae8244aaad9d1b89 /nuttx/arch/arm/include/lpc17xx
parent773fedfda3778f9dd224f035a46bd378435e82e4 (diff)
downloadpx4-nuttx-bcdc7b12eacc6765bfedc995ab4a17c70dd2396b.tar.gz
px4-nuttx-bcdc7b12eacc6765bfedc995ab4a17c70dd2396b.tar.bz2
px4-nuttx-bcdc7b12eacc6765bfedc995ab4a17c70dd2396b.zip
Add vectors for the LPC1788 - from Rommel Marcelo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5536 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/include/lpc17xx')
-rw-r--r--nuttx/arch/arm/include/lpc17xx/lpc178x_irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/include/lpc17xx/lpc178x_irq.h b/nuttx/arch/arm/include/lpc17xx/lpc178x_irq.h
index 9f7cbf9a7..65738e1c7 100644
--- a/nuttx/arch/arm/include/lpc17xx/lpc178x_irq.h
+++ b/nuttx/arch/arm/include/lpc17xx/lpc178x_irq.h
@@ -95,7 +95,7 @@
#define LPC17_IRQ_I2C0 (LPC17_IRQ_EXTINT+10) /* I2C0 SI (state change) */
#define LPC17_IRQ_I2C1 (LPC17_IRQ_EXTINT+11) /* I2C1 SI (state change) */
#define LPC17_IRQ_I2C2 (LPC17_IRQ_EXTINT+12) /* I2C2 SI (state change) */
-/* (LPC17_IRQ_EXTINT+13) Unused */
+#define LPC17_IRQ_RESERVED29 (LPC17_IRQ_EXTINT+13) /* Unused */
#define LPC17_IRQ_SSP0 (LPC17_IRQ_EXTINT+14) /* SSP0 Tx FIFO half empty of SSP0
* Rx FIFO half full of SSP0
* Rx Timeout of SSP0