浏览代码

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

yangjie 5 年之前
父节点
当前提交
584cabe035
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bsp/stm32/libraries/HAL_Drivers/drv_common.c

+ 1 - 0
bsp/stm32/libraries/HAL_Drivers/drv_common.c

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