Merge pull request #2268 from sunshine0824/stm32l0xx_HAL_bug

[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error
This commit is contained in:
Bernard Xiong 2019-01-26 10:27:56 +08:00 committed by GitHub
commit d4a09eff94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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