From 28af17c090856082986e46a153fc58e7061a632f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Nov 2014 18:43:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7517 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F0xx/hal_lld.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/hal') diff --git a/os/hal/ports/STM32/STM32F0xx/hal_lld.h b/os/hal/ports/STM32/STM32F0xx/hal_lld.h index 3d7665308..e92ed269e 100644 --- a/os/hal/ports/STM32/STM32F0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F0xx/hal_lld.h @@ -31,10 +31,6 @@ * Low Density devices. * - STM32F051x8, STM32F058xx, STM32F071xB, STM32F072xB, * STM32F078xx for Medium Density devices. - * - * - STM32F030 for Value Line devices. - * - STM32F0XX_LD for Low Density devices. - * - STM32F0XX_MD for Medium Density devices. * . * * @addtogroup HAL @@ -520,7 +516,6 @@ #if (STM32_SW == STM32_SW_PLL) && (STM32_PLLSRC == STM32_PLLSRC_HSI48) #error "HSI48 not enabled, required by STM32_SW and STM32_PLLSRC" #endif -#endif #endif /* !STM32_HSI48_ENABLED */ -- cgit v1.2.3