Browse Source

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

yangjie 5 năm trước cách đây
mục cha
commit
584cabe035
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"