diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-20 15:31:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-20 15:31:48 +0000 |
commit | 34310e401f78e1849e73e1e74efea661be967e61 (patch) | |
tree | 45bdf83c02937bec81923b9de51aa72ed3fd6ace /testhal/STM32F4xx/USB_CDC/mcuconf.h | |
parent | 69fcaa5f972cf2315bcf67847b2a75f75d83d890 (diff) | |
download | ChibiOS-34310e401f78e1849e73e1e74efea661be967e61.tar.gz ChibiOS-34310e401f78e1849e73e1e74efea661be967e61.tar.bz2 ChibiOS-34310e401f78e1849e73e1e74efea661be967e61.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4594 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/mcuconf.h b/testhal/STM32F4xx/USB_CDC/mcuconf.h index e7f082583..a441dda57 100644 --- a/testhal/STM32F4xx/USB_CDC/mcuconf.h +++ b/testhal/STM32F4xx/USB_CDC/mcuconf.h @@ -43,7 +43,7 @@ #define STM32_CLOCK48_REQUIRED TRUE
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
-#define STM32_PLLM_VALUE 8
+#define STM32_PLLM_VALUE 12
#define STM32_PLLN_VALUE 336
#define STM32_PLLP_VALUE 2
#define STM32_PLLQ_VALUE 7
|