Browse Source

add:停止信号还得加回来

Dozingfiretruck 4 years ago
parent
commit
240fe3756e
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

@@ -41,7 +41,7 @@ int luat_i2c_send(int id, int addr, void* buff, size_t len) {
         if(WM_FAILED == tls_i2c_wait_ack())
             return -1;
     }
-    // tls_i2c_stop();
+    tls_i2c_stop();
     return 0;
 }