From 8662bb70134b617a6de502adde600d12555ac9f9 Mon Sep 17 00:00:00 2001 From: thread-liu Date: Fri, 4 Sep 2020 13:54:04 +0800 Subject: [PATCH] [add] header --- .../STM32MPxx_HAL/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32/libraries/STM32MPxx_HAL/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal.h b/bsp/stm32/libraries/STM32MPxx_HAL/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal.h index 6acc8585d..ad2f16a04 100644 --- a/bsp/stm32/libraries/STM32MPxx_HAL/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal.h +++ b/bsp/stm32/libraries/STM32MPxx_HAL/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal.h @@ -28,6 +28,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32mp1xx_hal_conf.h" +#include /** @addtogroup STM32MP1xx_HAL_Driver * @{ -- GitLab