mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Fixes to PIC32 config words
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
* USB_CLOCK = ((POSC_XTAL / IDIV) * 24) / 2
|
* 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)) */
|
#define BOARD_USB_CLOCK 48000000 /* USB clock (8MHz / (2*48MHz/24)) */
|
||||||
|
|
||||||
/* Peripheral clock is divided down from CPU clock.
|
/* Peripheral clock is divided down from CPU clock.
|
||||||
|
|||||||
Reference in New Issue
Block a user