소스 검색

[fix] add #include <rtthread.h> for stm32g4xx_hal.h

SummerGift 5 년 전
부모
커밋
0b0936cae1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h

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