summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-23 18:13:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-23 18:13:03 +0000
commit6d12ed46f64ff4fc630479b3508a6c781b3e2a4e (patch)
tree40cca168fadffa290a82a67d966a04b8da72d5a1 /nuttx/configs
parent69babf5fd1b826777f011217cd1b32f12015e807 (diff)
downloadpx4-nuttx-6d12ed46f64ff4fc630479b3508a6c781b3e2a4e.tar.gz
px4-nuttx-6d12ed46f64ff4fc630479b3508a6c781b3e2a4e.tar.bz2
px4-nuttx-6d12ed46f64ff4fc630479b3508a6c781b3e2a4e.zip
Fixes to PIC32 config words
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/pcblogic-pic32mx/include/board.h2
1 files changed, 1 insertions, 1 deletions
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.