From 6d12ed46f64ff4fc630479b3508a6c781b3e2a4e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 23 May 2011 18:13:03 +0000 Subject: Fixes to PIC32 config words git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/pcblogic-pic32mx/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/pcblogic-pic32mx/include/board.h b/nuttx/configs/pcblogic-pic32mx/include/board.h index e0be789aa..5e94f1a63 100755 --- a/nuttx/configs/pcblogic-pic32mx/include/board.h +++ b/nuttx/configs/pcblogic-pic32mx/include/board.h @@ -68,7 +68,7 @@ * USB_CLOCK = ((POSC_XTAL / IDIV) * 24) / 2 */ -#define BOARD_UPLL_IDIV 16 /* 2*/ /* USB PLL divider (revisit) */ +#define BOARD_UPLL_IDIV 2 /* USB PLL divider (revisit) */ #define BOARD_USB_CLOCK 48000000 /* USB clock (8MHz / (2*48MHz/24)) */ /* Peripheral clock is divided down from CPU clock. -- cgit v1.2.3