diff options
Diffstat (limited to 'os/hal/platforms/STM32L1xx/stm32l1xx.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/stm32l1xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/stm32l1xx.h b/os/hal/platforms/STM32L1xx/stm32l1xx.h index b9fd50aaf..88464e5da 100644 --- a/os/hal/platforms/STM32L1xx/stm32l1xx.h +++ b/os/hal/platforms/STM32L1xx/stm32l1xx.h @@ -191,7 +191,7 @@ typedef enum IRQn */
#include "core_cm3.h"
-#include "system_stm32l1xx.h"
+/*#include "system_stm32l1xx.h"*/
#include <stdint.h>
/** @addtogroup Exported_types
|