From 5d80af2a1bda2db0ed1812cee0d5096d78832029 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Sep 2014 11:40:44 +0000 Subject: New STM32F37x headers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7331 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARMCMx/devices/STM32F37x/cmparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/ports/ARMCMx') diff --git a/os/common/ports/ARMCMx/devices/STM32F37x/cmparams.h b/os/common/ports/ARMCMx/devices/STM32F37x/cmparams.h index 10517bb4c..a877c1bd4 100644 --- a/os/common/ports/ARMCMx/devices/STM32F37x/cmparams.h +++ b/os/common/ports/ARMCMx/devices/STM32F37x/cmparams.h @@ -61,7 +61,7 @@ /* 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 (STM32F373xC) +#if !defined (STM32F373xC) && !defined (STM32F378xx) #include "board.h" #endif -- cgit v1.2.3