summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 13:16:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 13:16:04 -0600
commit1c414cf98f4ef97f90f9fba6cafd185f42b087fa (patch)
tree7daa841c440fa3974cefa127e45003ccac96b1df /nuttx/arch/mips/src/pic32mx/pic32mx-head.S
parentef4f3d43387bfb79aa042132b2f5da8fd2ce09b5 (diff)
downloadnuttx-1c414cf98f4ef97f90f9fba6cafd185f42b087fa.tar.gz
nuttx-1c414cf98f4ef97f90f9fba6cafd185f42b087fa.tar.bz2
nuttx-1c414cf98f4ef97f90f9fba6cafd185f42b087fa.zip
PIC32MZ: Add interrupt controller register definitions
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/pic32mx-head.S')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
index 471effc3f..5bf73b6a5 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
@@ -51,7 +51,7 @@
****************************************************************************/
/* Configuration ************************************************************/
-#ifdef CONFIG_PIC32MX_MVEC0
+#ifdef CONFIG_PIC32MX_MVEC
# error "Multi-vectors not supported"
# ifndef CONFIG_PIC32MX_EBASE
# error "EBASE address provided" /* Should come from the linker script */