Browse Source

fix: lfs_util.h的inttype.h不能启用

Wendal Chen 3 years ago
parent
commit
28ce479fd8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      components/lfs/lfs_util.h

+ 5 - 1
components/lfs/lfs_util.h

@@ -25,7 +25,11 @@
 #include <string.h>
 
 //--------------------------------
-#include <inttypes.h>
+// #if (defined(AIR101) || defined(AIR103))
+
+// #else
+// #include <inttypes.h>
+// #endif
 #include "luat_base.h"
 #include "luat_malloc.h"
 #define LFS_NO_ASSERT 1