Browse Source

fix: luat_i2c_close命名错误

Wendal Chen 4 years ago
parent
commit
4056a53d8c
1 changed files with 1 additions and 1 deletions
  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;
     return 0;
 }
 }
 
 
-int luat_ic2_close(int id) {
+int luat_i2c_close(int id) {
     // tls_i2c_stop();
     // tls_i2c_stop();
     return 0;
     return 0;
 }
 }