Meco Man 4 年之前
父节点
当前提交
eb894e88f1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      bsp/bluetrum/ab32vg1-ab-prougen/board/board.h

+ 5 - 0
bsp/bluetrum/ab32vg1-ab-prougen/board/board.h

@@ -13,7 +13,12 @@
 
 #include <rtthread.h>
 #include <ab32vgx.h>
+#ifdef RT_USING_PIN
 #include <drv_gpio.h>
+#endif
+#ifdef RT_USING_WDT
 #include <drv_wdt.h>
+#endif
+
 
 #endif