Browse Source

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

Wendal Chen 3 years ago
parent
commit
39a191465f
1 changed files with 1 additions and 1 deletions
  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)
 {