summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/kinetis/irq.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-16 14:54:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-16 14:54:08 -0600
commit82b1ed85155de4cac47551adb2363cc36b8806d0 (patch)
tree4209485ca4b7d8698618589061a79ea433b67855 /nuttx/arch/arm/include/kinetis/irq.h
parent07611d72f0c6c1794be1a1daabfe745a35d9085a (diff)
downloadnuttx-82b1ed85155de4cac47551adb2363cc36b8806d0.tar.gz
nuttx-82b1ed85155de4cac47551adb2363cc36b8806d0.tar.bz2
nuttx-82b1ed85155de4cac47551adb2363cc36b8806d0.zip
Fix KL25Z interrupt enable/disable logic
Diffstat (limited to 'nuttx/arch/arm/include/kinetis/irq.h')
-rw-r--r--nuttx/arch/arm/include/kinetis/irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/include/kinetis/irq.h b/nuttx/arch/arm/include/kinetis/irq.h
index 8a020ea1b..7d72fbd18 100644
--- a/nuttx/arch/arm/include/kinetis/irq.h
+++ b/nuttx/arch/arm/include/kinetis/irq.h
@@ -301,13 +301,13 @@
*/
# define NR_VECTORS (120) /* 120 vectors */
-# define NR_IRQS (108) /* 97 interrupts but 108 IRQ numbers */
+# define NR_IRQS (108) /* 120 interrupts but 108 IRQ numbers */
#else
/* The interrupt vectors for other parts are defined in other documents and may or
* may not be the same as above (the family members are all very similar) This
* error just means that you have to look at the document and determine for yourself
- * if the memory map is the same.
+ * if the vectors are the same.
*/
# error "No IRQ numbers for this Kinetis part"