From ed72edd29fda227a14c7392d2e8eee2f5a034ab6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 27 May 2018 07:59:19 +0000 Subject: Fixed bug #952. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12057 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'os/common/startup') diff --git a/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h index 3dcb1b356..a5ffdcfb5 100644 --- a/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h @@ -46,12 +46,16 @@ /* If the device type is not externally defined, for example from the Makefile, then a file named board.h is included. This file must contain a device definition compatible with the vendor include file.*/ -#if !defined (STM32F030x6) && !defined (STM32F030x8) && \ - !defined (STM32F031x6) && !defined (STM32F038xx) && \ - !defined (STM32F042x6) && !defined (STM32F048xx) && \ - !defined (STM32F051x8) && !defined (STM32F058xx) && \ - !defined (STM32F071xB) && !defined (STM32F072xB) && \ - !defined (STM32F078xx) +#if !defined (STM32F030x4) && !defined (STM32F030x6) && \ + !defined (STM32F030x8) && !defined (STM32F030xC) && \ + !defined (STM32F070x6) && !defined (STM32F070xB) && \ + !defined (STM32F031x6) && !defined (STM32F051x8) && \ + !defined (STM32F071xB) && !defined (STM32F091xC) && \ + !defined (STM32F042x6) && !defined (STM32F072xB) && \ + !defined (STM32F038xx) && !defined (STM32F048xx) && \ + !defined (STM32F058xx) && !defined (STM32F078xx) && \ + !defined (STM32F098xx) \ + #include "board.h" #endif -- cgit v1.2.3