diff options
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)
|