4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 05:10:26 +08:00

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
commit eafdc5819b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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