For PIC32MX7, DEVCFG0 bit 2 must be set

This commit is contained in:
Gregory Nutt 2014-10-09 14:03:54 -06:00
parent 40d352ee56
commit 4929b61f7c

View File

@ -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
/****************************************************************************