From 8a9abebe496ec90ae1083cd69e086cf1ff2a5a54 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 20 Apr 2016 09:52:47 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9323 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/common/startup/ARMCMx/devices') 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 -- cgit v1.2.3