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
This commit is contained in:
patacongo 2012-06-21 00:05:20 +00:00
parent a13efa2e7e
commit 22b8a95b2b

View File

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