diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h index 9d8d2d84b..d3ac4c09e 100644 --- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h @@ -62,7 +62,8 @@ !defined(STM32F427xx) && !defined(STM32F437xx) && \
!defined(STM32F429xx) && !defined(STM32F439xx) && \
!defined(STM32F401xC) && !defined(STM32F401xE) && \
- !defined(STM32F411xE)
+ !defined(STM32F411xE) && !defined(STM32F446xx) && \
+ !defined(STM32F469xx) && !defined(STM32F479xx)
#include "board.h"
#endif
|