From 22b8a95b2ba12d0831ae63f51031a3a19d603639 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Jun 2012 00:05:20 +0000 Subject: [PATCH] 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 --- arch/mips/src/pic32mx/pic32mx-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/src/pic32mx/pic32mx-config.h b/arch/mips/src/pic32mx/pic32mx-config.h index 5a5ae00abb..4dd0a150e6 100644 --- a/arch/mips/src/pic32mx/pic32mx-config.h +++ b/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