diff options
Diffstat (limited to 'os/ext/CMSIS/ST/stm32f4xx.h')
-rw-r--r-- | os/ext/CMSIS/ST/stm32f4xx.h | 4 |
1 files changed, 1 insertions, 3 deletions
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)
|