소스 검색

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)
 {