Explorar o código

remove: 移除gpio适配里的多余数组

Wendal Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
39a191465f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/port/luat_gpio_air101.c

+ 1 - 1
app/port/luat_gpio_air101.c

@@ -13,7 +13,7 @@ typedef struct wm_gpio_conf
 }wm_gpio_conf_t;
 
 
-static wm_gpio_conf_t confs[WM_IO_PB_31 + 1];
+// static wm_gpio_conf_t confs[WM_IO_PB_31 + 1];
 
 static void luat_gpio_irq_callback(void *ptr)
 {