diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-30 10:18:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-30 10:18:03 +0000 |
commit | 7bf28b012a094534d25ba52d710ef7fa9d3f8767 (patch) | |
tree | 7940cdaf431da8e5afeadc54ff2f50fa80b104a0 /testhal/STM32/STM32F0xx/ADC | |
parent | 31df47b920a3d66bff8645ed20b4fe8480929a39 (diff) | |
download | ChibiOS-7bf28b012a094534d25ba52d710ef7fa9d3f8767.tar.gz ChibiOS-7bf28b012a094534d25ba52d710ef7fa9d3f8767.tar.bz2 ChibiOS-7bf28b012a094534d25ba52d710ef7fa9d3f8767.zip |
Fixed bug #658.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8412 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F0xx/ADC')
-rw-r--r-- | testhal/STM32/STM32F0xx/ADC/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F0xx/ADC/mcuconf.h b/testhal/STM32/STM32F0xx/ADC/mcuconf.h index 57cc0e77f..5eb9fe01d 100644 --- a/testhal/STM32/STM32F0xx/ADC/mcuconf.h +++ b/testhal/STM32/STM32F0xx/ADC/mcuconf.h @@ -52,6 +52,8 @@ #define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE STM32_PPRE_DIV1
#define STM32_MCOSEL STM32_MCOSEL_NOCLOCK
+#define STM32_MCOPRE STM32_MCOPRE_DIV1
+#define STM32_PLLNODIV STM32_PLLNODIV_DIV2
#define STM32_USBSW STM32_USBSW_HSI48
#define STM32_CECSW STM32_CECSW_HSI
#define STM32_I2C1SW STM32_I2C1SW_HSI
|