浏览代码

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

Wendal Chen 4 年之前
父节点
当前提交
39a191465f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 {