4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:53:53 +08:00

[bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错

This commit is contained in:
yangjie 2019-07-23 19:20:19 +08:00
parent c94cac2e27
commit 584cabe035

View File

@ -9,6 +9,7 @@
*/
#include "drv_common.h"
#include "board.h"
#ifdef RT_USING_SERIAL
#include "drv_usart.h"