From 0b0936cae1592b66578561a0c2e958f13e5087c1 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Thu, 24 Oct 2019 17:25:41 +0800 Subject: [PATCH] [fix] add #include for stm32g4xx_hal.h --- .../STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h index fcff7098a..d80b278be 100644 --- a/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h +++ b/bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h @@ -28,6 +28,7 @@ extern "C" { /* Includes ------------------------------------------------------------------*/ #include "stm32g4xx_hal_conf.h" +#include /** @addtogroup STM32G4xx_HAL_Driver * @{ -- GitLab