소스 검색

Merge pull request #2268 from sunshine0824/stm32l0xx_HAL_bug

[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error
Bernard Xiong 6 년 전
부모
커밋
d4a09eff94
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h

+ 1 - 0
bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h

@@ -44,6 +44,7 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32l0xx_hal_conf.h"
+#include <rtthread.h>
 
 /** @addtogroup STM32L0xx_HAL_Driver
   * @{