浏览代码

remove: uatt库的sent日志有点多余了

Wendal Chen 9 月之前
父节点
当前提交
05e3d6776c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      luat/modules/luat_lib_uart.c

+ 1 - 1
luat/modules/luat_lib_uart.c

@@ -384,7 +384,7 @@ int l_uart_handler(lua_State *L, void* ptr) {
 	#endif
     // sent event
     if (msg->arg2 == 0) {
-        LLOGD("uart%ld sent callback", uart_id);
+        // LLOGD("uart%ld sent callback", uart_id);
         if (uart_cbs[uart_id].sent) {
             lua_geti(L, LUA_REGISTRYINDEX, uart_cbs[uart_id].sent);
             if (lua_isfunction(L, -1)) {