From e4a248ae7b726d25c91a8be753440cf80495ef08 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Nov 2014 10:24:00 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7513 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F0xx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/STM32F0xx/hal_lld.c') 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)) -- cgit v1.2.3