diff options
Diffstat (limited to 'os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h')
-rw-r--r-- | os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h index 377c0dc11..1fa5e8c47 100644 --- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h @@ -52,7 +52,12 @@ !defined(STM32F429xx) && !defined(STM32F439xx) && \
!defined(STM32F401xC) && !defined(STM32F401xE) && \
!defined(STM32F410Cx) && !defined(STM32F410Rx) && \
- !defined(STM32F411xE) && !defined(STM32F446xx) && \
+ !defined(STM32F410Tx) && \
+ !defined(STM32F411xE) && \
+ !defined(STM32F412Cx) && !defined(STM32F412Rx) && \
+ !defined(STM32F412Vx) && !defined(STM32F412Zx) && \
+ !defined(STM32F413xx) && \
+ !defined(STM32F446xx) && \
!defined(STM32F469xx) && !defined(STM32F479xx)
#include "board.h"
#endif
|