aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-29 17:49:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-29 17:49:42 +0000
commit699789a7227a90c7b4b8cbcf91fe4cbad2de9132 (patch)
tree2400265b636fa7d17173cedaeb67d11e2d5f34b6
parent2f4dba80ea1d68a1165ca04a6b4d1ccd5853c27d (diff)
downloadChibiOS-699789a7227a90c7b4b8cbcf91fe4cbad2de9132.tar.gz
ChibiOS-699789a7227a90c7b4b8cbcf91fe4cbad2de9132.tar.bz2
ChibiOS-699789a7227a90c7b4b8cbcf91fe4cbad2de9132.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2904 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c
index 1c9714342..9b4feb982 100644
--- a/os/hal/platforms/STM32/hal_lld.c
+++ b/os/hal/platforms/STM32/hal_lld.c
@@ -86,7 +86,7 @@ void hal_lld_init(void) {
#if defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) || \
defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) || \
defined(STM32F10X_HD) || defined(STM32F10X_XL) || \
- defined(STM32F10X_CL) || defined(__DOXYGEN__)
+ defined(__DOXYGEN__)
/*
* Clocks initialization for the LD, MD and HD sub-families.
*/