diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 10:24:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 10:24:00 +0000 |
commit | e4a248ae7b726d25c91a8be753440cf80495ef08 (patch) | |
tree | bf9f8e19b373d4833391bfa4b8c2ddc45c1d5303 | |
parent | f8dc1b4a805d998320328d4be13471e20482dee4 (diff) | |
download | ChibiOS-e4a248ae7b726d25c91a8be753440cf80495ef08.tar.gz ChibiOS-e4a248ae7b726d25c91a8be753440cf80495ef08.tar.bz2 ChibiOS-e4a248ae7b726d25c91a8be753440cf80495ef08.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7513 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/hal_lld.c b/os/hal/ports/STM32/STM32F0xx/hal_lld.c index 156f859e0..dbe89ddca 100644 --- a/os/hal/ports/STM32/STM32F0xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32F0xx/hal_lld.c @@ -152,7 +152,7 @@ void stm32_clock_init(void) { ; /* Waits until HSE is stable. */
#endif
-#if STM32_HSE14_ENABLED
+#if STM32_HSI14_ENABLED
/* HSI14 activation.*/
RCC->CR2 |= RCC_CR2_HSI14ON;
while (!(RCC->CR2 & RCC_CR2_HSI14RDY))
|