Browse Source

fix: sdio接口的日志名短一些

Wendal Chen 4 years ago
parent
commit
2eec48f831
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/port/luat_sdio_air101.c

+ 1 - 1
app/port/luat_sdio_air101.c

@@ -2,7 +2,7 @@
 #include "luat_base.h"
 #include "luat_sdio.h"
 
-#define LUAT_LOG_TAG "luat.sdio"
+#define LUAT_LOG_TAG "sdio"
 #include "luat_log.h"
 
 #include "wm_sdio_host.h"