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