Merge pull request #2890 from yangjie11/dev_cut_fix

[bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错
This commit is contained in:
Bernard Xiong
2019-07-23 20:27:01 +08:00
committed by GitHub
@@ -9,6 +9,7 @@
*/
#include "drv_common.h"
#include "board.h"
#ifdef RT_USING_SERIAL
#include "drv_usart.h"