浏览代码

[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error

sun_shine 6 年之前
父节点
当前提交
406bec6301
共有 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
   * @{