瀏覽代碼

fix: romfs的调试开关做反了

Wendal Chen 2 年之前
父節點
當前提交
578b5aa216
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/romfs/luat_vfs_romfs.c

+ 1 - 1
components/romfs/luat_vfs_romfs.c

@@ -7,7 +7,7 @@
 #include "luat_romfs.h"
 
 #define ROMFS_DEBUG 0
-#if ROMFS_DEBUG != 0
+#if ROMFS_DEBUG == 0
 #undef LLOGD
 #define LLOGD(...)
 #endif