diff options
Diffstat (limited to 'os/hal/platforms/STM32/stm32.h')
-rw-r--r-- | os/hal/platforms/STM32/stm32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/stm32.h b/os/hal/platforms/STM32/stm32.h index d8abed37d..45753a6aa 100644 --- a/os/hal/platforms/STM32/stm32.h +++ b/os/hal/platforms/STM32/stm32.h @@ -42,7 +42,8 @@ #ifndef _STM32_H_
#define _STM32_H_
-#if defined(STM32F0XX)
+#if defined(STM32F030) || defined(STM32F0XX_LD) || \
+ defined(STM32F0XX_MD)
#include "stm32f0xx.h"
#elif defined(STM32F10X_LD_VL) || defined(STM32F10X_MD_VL) || \
|