Explorar el Código

fix: luat_i2c_close命名错误

Wendal Chen hace 4 años
padre
commit
4056a53d8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/port/luat_i2c_air101.c

+ 1 - 1
app/port/luat_i2c_air101.c

@@ -28,7 +28,7 @@ int luat_i2c_setup(int id, int speed, int slaveaddr) {
     return 0;
 }
 
-int luat_ic2_close(int id) {
+int luat_i2c_close(int id) {
     // tls_i2c_stop();
     return 0;
 }