summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 09:30:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 09:30:30 -0600
commitd8874e37bdd21f45cb03cf33596fafe00d45288f (patch)
tree24d5eca3dfb0a7ac80d19a7a81dfdfe38a727a71 /nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h
parent39191816f6701970928e9d8da7ddc4f5b5929e39 (diff)
downloadnuttx-d8874e37bdd21f45cb03cf33596fafe00d45288f.tar.gz
nuttx-d8874e37bdd21f45cb03cf33596fafe00d45288f.tar.bz2
nuttx-d8874e37bdd21f45cb03cf33596fafe00d45288f.zip
PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking
Diffstat (limited to 'nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h')
-rw-r--r--nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h b/nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h
index cc01d6126..a03adba1a 100644
--- a/nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h
+++ b/nuttx/arch/mips/src/pic32mz/chip/pic32mz-memorymap.h
@@ -42,10 +42,10 @@
#include <nuttx/config.h>
-#if defined(CHIP_PIC32MZEC)
-# include <chip/pic32mzec-memorymap.h>
+#if defined(CONFIG_ARCH_CHIP_PIC32MZEC)
+# include "chip/pic32mzec-memorymap.h"
#else
-# error "Unknown PIC32MZ family
+# error Unknown PIC32MZ family
#endif
#endif /* __ARCH_MIPS_SRC_PIC32MZ_CHIP_PIC32MZ_MEMORYMAP_H */