summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 14:03:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 14:03:54 -0600
commit8120c490b80ca5d348158b17eb2df827e43f8796 (patch)
treec59021cec41d7251280ead6ba847b7aabc35c957 /nuttx/arch/mips
parentd902b7efffed85b9a80f697821f7cf8bc0cf3315 (diff)
downloadnuttx-8120c490b80ca5d348158b17eb2df827e43f8796.tar.gz
nuttx-8120c490b80ca5d348158b17eb2df827e43f8796.tar.bz2
nuttx-8120c490b80ca5d348158b17eb2df827e43f8796.zip
For PIC32MX7, DEVCFG0 bit 2 must be set
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-devcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-devcfg.h b/nuttx/arch/mips/src/pic32mx/pic32mx-devcfg.h
index 58ea7c813..193e4dab0 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-devcfg.h
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-devcfg.h
@@ -249,7 +249,7 @@
# define DEVCFG0_CP (1 << 28) /* Bit 28: Code-protect */
# define DEVCFG0_SIGN (1 << 31) /* Bit 31: Signature */
-# define DEVCFG0_UNUSED 0x6ef00ff0 /* Bits 4-11, 20-23, 25-27, 29-30 */
+# define DEVCFG0_UNUSED 0x6ef00ff4 /* Bits 4-11, 20-23, 25-27, 29-30 */
#endif
/****************************************************************************