Meco Man vor 4 Jahren
Ursprung
Commit
eb894e88f1
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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 <rtthread.h>
 #include <ab32vgx.h>
 #include <ab32vgx.h>
+#ifdef RT_USING_PIN
 #include <drv_gpio.h>
 #include <drv_gpio.h>
+#endif
+#ifdef RT_USING_WDT
 #include <drv_wdt.h>
 #include <drv_wdt.h>
+#endif
+
 
 
 #endif
 #endif