aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 12:13:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 12:13:26 +0000
commit001a994ff4d411f95bc1849bde82fc6c6767ca26 (patch)
tree7aca1987e0985edd22c03797cb6232a7c0c0b97e /os/hal/platforms/STM32/hal_lld.c
parentc73817447f025597bb38b4df2f606026a6de4009 (diff)
downloadChibiOS-001a994ff4d411f95bc1849bde82fc6c6767ca26.tar.gz
ChibiOS-001a994ff4d411f95bc1849bde82fc6c6767ca26.tar.bz2
ChibiOS-001a994ff4d411f95bc1849bde82fc6c6767ca26.zip
More on 3291898.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2894 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/hal_lld.c')
-rw-r--r--os/hal/platforms/STM32/hal_lld.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c
index 784c159be..1c9714342 100644
--- a/os/hal/platforms/STM32/hal_lld.c
+++ b/os/hal/platforms/STM32/hal_lld.c
@@ -83,9 +83,10 @@ void hal_lld_init(void) {
*
* @special
*/
-#if defined(STM32F10X_LD) || defined(STM32F10X_MD) || \
- defined(STM32F10X_HD) || defined(STM32F10X_LD_VL) || \
- defined(STM32F10X_MD_VL) || defined(__DOXYGEN__)
+#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__)
/*
* Clocks initialization for the LD, MD and HD sub-families.
*/