From 98acc95556666584892b655b0bd1e1b44fc12780 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 3 May 2016 23:22:48 +0000 Subject: Extended STM32L0xx support git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9408 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'os/common/startup') diff --git a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h index a651345d1..86a675022 100644 --- a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h @@ -57,9 +57,11 @@ /* 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(STM32L051xx) && !defined(STM32L052xx) && \ - !defined(STM32L053xx) && !defined(STM32L062xx) && \ - !defined(STM32L063xx) && !defined(STM32L061xx) +#if !defined(STM32L011xx) && !defined(STM32L031xx) && \ + !defined(STM32L051xx) && !defined(STM32L052xx) && \ + !defined(STM32L053xx) && !defined(STM32L061xx) && \ + !defined(STM32L062xx) && !defined(STM32L063xx) && \ + !defined(STM32L073xx) #include "board.h" #endif -- cgit v1.2.3