From fed322ed3c650fa4d03c9bd920900f5652c5d856 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 11 Oct 2015 09:26:11 +0000 Subject: fixed bug #648. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8354 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F3xx/hal_lld.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'os') diff --git a/os/hal/ports/STM32/STM32F3xx/hal_lld.h b/os/hal/ports/STM32/STM32F3xx/hal_lld.h index 3b9db8474..efedb4b9a 100644 --- a/os/hal/ports/STM32/STM32F3xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F3xx/hal_lld.h @@ -588,14 +588,6 @@ #error "HSI not enabled, required by STM32_I2C2SW" #endif -#if STM32_TIM1SW == STM32_TIM1SW_HSI -#error "HSI not enabled, required by STM32_TIM1SW" -#endif - -#if STM32_TIM8SW == STM32_TIM8SW_HSI -#error "HSI not enabled, required by STM32_TIM8SW" -#endif - #if (STM32_SW == STM32_SW_PLL) && (STM32_PLLSRC == STM32_PLLSRC_HSI) #error "HSI not enabled, required by STM32_SW and STM32_PLLSRC" #endif -- cgit v1.2.3