diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32/hal_lld.c | 2 |
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.
*/
|