diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-01 12:47:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-01 12:47:08 +0000 |
commit | 96edef9ffa93860bea6fb1f0ff9abdb131a74492 (patch) | |
tree | b138279412c62e9994bab411d1dcd6779e142622 /os/ext/CMSIS/ST/stm32f10x.h | |
parent | e23cb1d41f87d6f5eba8e76e3dbfedceb9a6fc2b (diff) | |
download | ChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.tar.gz ChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.tar.bz2 ChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ext/CMSIS/ST/stm32f10x.h')
-rw-r--r-- | os/ext/CMSIS/ST/stm32f10x.h | 4 |
1 files changed, 1 insertions, 3 deletions
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
|