From fed0e981603b04f3d1f39f3ae61176a273a157a2 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 1 Nov 2017 13:15:07 +0800 Subject: [PATCH] [BSP] fix compiling issue under gcc for STM32L4xx_HAL Library --- .../Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h | 1 + .../Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h | 1 + 2 files changed, 2 insertions(+) diff --git a/bsp/stm32l475-iot-disco/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h b/bsp/stm32l475-iot-disco/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h index 334e31f15a..48e7ec8cb4 100644 --- a/bsp/stm32l475-iot-disco/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h +++ b/bsp/stm32l475-iot-disco/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h @@ -48,6 +48,7 @@ #include "stm32l4xx.h" #include "Legacy/stm32_hal_legacy.h" /* Aliases file for old names compatibility */ #include +#include /* Exported types ------------------------------------------------------------*/ diff --git a/bsp/stm32l476-nucleo/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h b/bsp/stm32l476-nucleo/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h index 334e31f15a..48e7ec8cb4 100644 --- a/bsp/stm32l476-nucleo/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h +++ b/bsp/stm32l476-nucleo/Libraries/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h @@ -48,6 +48,7 @@ #include "stm32l4xx.h" #include "Legacy/stm32_hal_legacy.h" /* Aliases file for old names compatibility */ #include +#include /* Exported types ------------------------------------------------------------*/ -- GitLab