Browse Source

add: 添加luat_adc_global_config函数的实现,虽然没任何值

Wendal Chen 3 years ago
parent
commit
b683a5bbd0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/port/luat_adc_air101.c

+ 4 - 0
app/port/luat_adc_air101.c

@@ -97,3 +97,7 @@ int luat_adc_close(int ch)
     }
     return 0;
 }
+
+int luat_adc_global_config(int tp, int val) {
+    return 0;
+}