summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-29 00:55:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-29 00:55:09 +0000
commit8ee915f00a125220bb129f6c410e40f331f5d929 (patch)
tree68d660d85fccf9f9f35d4ca03670c14ad41a6fb9 /nuttx/arch/arm/include
parent1900d5219352d8a0d29672a4bf58956fe5e65620 (diff)
downloadpx4-nuttx-8ee915f00a125220bb129f6c410e40f331f5d929.tar.gz
px4-nuttx-8ee915f00a125220bb129f6c410e40f331f5d929.tar.bz2
px4-nuttx-8ee915f00a125220bb129f6c410e40f331f5d929.zip
Corrections to the LM3S8962 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2950 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/include')
-rw-r--r--nuttx/arch/arm/include/lm3s/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/include/lm3s/irq.h b/nuttx/arch/arm/include/lm3s/irq.h
index de11a602b..e65540e97 100644
--- a/nuttx/arch/arm/include/lm3s/irq.h
+++ b/nuttx/arch/arm/include/lm3s/irq.h
@@ -264,6 +264,7 @@
# define LM3S_IRQ_ETHCON (58) /* Vector 58: Ethernet Controller */
# define LM3S_IRQ_HIBERNATE (59) /* Vector 59: Hibernation Module */
/* Vectors 60-70: Reserved */
+# define NR_IRQS (60) /* (Really less because of reserved vectors) */
#else
# error "IRQ Numbers not specified for this LM3S chip"
#endif