Explorar el Código

add:LUAT_USE_FATFS需要开启

Dozingfiretruck hace 3 años
padre
commit
5082eb8887
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 
 //----------------------------