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/stm32f37x.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/stm32f37x.h')
-rw-r--r-- | os/ext/CMSIS/ST/stm32f37x.h | 4 |
1 files changed, 1 insertions, 3 deletions
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)
|