Ver código fonte

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 anos atrás
pai
commit
d4a09eff94

+ 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
   * @{