소스 검색

【修复】恢复更新 F1 HAL 库错误删除的代码

我夏了夏天 6 년 전
부모
커밋
08c67d0a71
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h

+ 1 - 0
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 <rtthread.h>
 
 /** @addtogroup STM32F1xx_HAL_Driver
   * @{