summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-21 00:05:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-21 00:05:20 +0000
commit4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1 (patch)
tree81e3d171af0130a0890e4037c7b3cb4a9a1bf34f /nuttx/arch/mips
parent9131505b5107e586eb50f8eb6db0acc6abd82cb8 (diff)
downloadpx4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.tar.gz
px4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.tar.bz2
px4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.zip
Minor updates to PIC32 configuration and to documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4858 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-config.h b/nuttx/arch/mips/src/pic32mx/pic32mx-config.h
index 5a5ae00ab..4dd0a150e 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-config.h
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-config.h
@@ -715,8 +715,8 @@
#endif
#ifndef CONFIG_PIC32MX_FUPLLEN
-# if defined(CHIP_PIC32MX3) || defined(CHIP_PIC32MX4)
-# define CONFIG_PIC32MX_FUPLLEN 0 /* Bypass and disable */
+# if defined(CONFIG_PIC32MX_USBDEV) || defined(CONFIG_PIC32MX_USBHOST)
+# define CONFIG_PIC32MX_FUPLLEN 0 /* Enable */
# else
# define CONFIG_PIC32MX_FUPLLEN 1 /* Bypass and disable */
# endif