From 96edef9ffa93860bea6fb1f0ff9abdb131a74492 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 1 Oct 2013 12:47:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6342 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ext/CMSIS/ST/stm32f10x.h | 4 +--- os/ext/CMSIS/ST/stm32f37x.h | 4 +--- os/ext/CMSIS/ST/stm32f4xx.h | 4 +--- os/ext/CMSIS/ST/stm32l1xx.h | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) (limited to 'os/ext/CMSIS/ST') diff --git a/os/ext/CMSIS/ST/stm32f10x.h b/os/ext/CMSIS/ST/stm32f10x.h index f8471f6c6..8ca3fe29b 100644 --- a/os/ext/CMSIS/ST/stm32f10x.h +++ b/os/ext/CMSIS/ST/stm32f10x.h @@ -93,9 +93,7 @@ */ #if !defined (STM32F10X_LD) && !defined (STM32F10X_LD_VL) && !defined (STM32F10X_MD) && !defined (STM32F10X_MD_VL) && !defined (STM32F10X_HD) && !defined (STM32F10X_HD_VL) && !defined (STM32F10X_XL) && !defined (STM32F10X_CL) -/* CHIBIOS FIX */ -#include "board.h" -// #error "Please select first the target STM32F10x device used in your application (in stm32f10x.h file)" + #error "Please select first the target STM32F10x device used in your application (in stm32f10x.h file)" #endif #if !defined USE_STDPERIPH_DRIVER diff --git a/os/ext/CMSIS/ST/stm32f37x.h b/os/ext/CMSIS/ST/stm32f37x.h index fa281aa7a..33abf3b16 100644 --- a/os/ext/CMSIS/ST/stm32f37x.h +++ b/os/ext/CMSIS/ST/stm32f37x.h @@ -71,9 +71,7 @@ */ #if !defined (STM32F37X) -/* CHIBIOS FIX */ -#include "board.h" -// #error "Please select first the target STM32F37X device used in your application (in stm32f37x.h file)" + #error "Please select first the target STM32F37X device used in your application (in stm32f37x.h file)" #endif #if !defined (USE_STDPERIPH_DRIVER) diff --git a/os/ext/CMSIS/ST/stm32f4xx.h b/os/ext/CMSIS/ST/stm32f4xx.h index 5d35196f3..d98436814 100644 --- a/os/ext/CMSIS/ST/stm32f4xx.h +++ b/os/ext/CMSIS/ST/stm32f4xx.h @@ -76,9 +76,7 @@ */ #if !defined (STM32F4XX) && !defined (STM32F40XX) && !defined (STM32F427X) -/* CHIBIOS FIX */ -#include "board.h" -// #error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)" + #error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)" #endif #if !defined (USE_STDPERIPH_DRIVER) diff --git a/os/ext/CMSIS/ST/stm32l1xx.h b/os/ext/CMSIS/ST/stm32l1xx.h index da2876851..bd77670ba 100644 --- a/os/ext/CMSIS/ST/stm32l1xx.h +++ b/os/ext/CMSIS/ST/stm32l1xx.h @@ -83,9 +83,7 @@ */ #if !defined (STM32L1XX_MD) && !defined (STM32L1XX_MDP) && !defined (STM32L1XX_HD) -/* CHIBIOS FIX */ -#include "board.h" -// #error "Please select first the target STM32L1xx device used in your application (in stm32l1xx.h file)" + #error "Please select first the target STM32L1xx device used in your application (in stm32l1xx.h file)" #endif #if !defined USE_STDPERIPH_DRIVER -- cgit v1.2.3