From 08c67d0a718ee519eaf3a2eea188891441d6baa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=A4=8F=E4=BA=86=E5=A4=8F=E5=A4=A9?= Date: Mon, 10 Jun 2019 16:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=9B=B4=E6=96=B0=20F1=20HAL=20=E5=BA=93=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=88=A0=E9=99=A4=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h index 3a76e4f66d..7dca378e79 100644 --- a/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h +++ b/bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h @@ -44,6 +44,7 @@ extern "C" { /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal_conf.h" +#include /** @addtogroup STM32F1xx_HAL_Driver * @{