Parcourir la source

add:LUAT_USE_FATFS需要开启

Dozingfiretruck il y a 3 ans
Parent
commit
5082eb8887
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/port/luat_conf_bsp.h

+ 1 - 0
app/port/luat_conf_bsp.h

@@ -90,6 +90,7 @@
 // sdio库对接的是fatfs
 // fatfs的长文件名和非英文文件名支持需要180k的ROM, 非常奢侈
 // 从v0006开始默认关闭之, 需要用到就打开吧
+#define LUAT_USE_FATFS
 // #define LUAT_USE_FATFS_CHINESE
 
 //----------------------------