aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-16 18:43:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-16 18:43:53 +0000
commit28af17c090856082986e46a153fc58e7061a632f (patch)
tree0fb30a87e2860f30ff0f7ea144fe1da822c7f54c /os
parentab2d0948f733b7e4a43c9ae6b30a8ea3df12b495 (diff)
downloadChibiOS-28af17c090856082986e46a153fc58e7061a632f.tar.gz
ChibiOS-28af17c090856082986e46a153fc58e7061a632f.tar.bz2
ChibiOS-28af17c090856082986e46a153fc58e7061a632f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7517 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/hal_lld.h5
1 files changed, 0 insertions, 5 deletions
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 */