Remove file expand, use seek for mass storage

This commit is contained in:
Willy-JL
2023-08-29 01:33:31 +02:00
parent 8bdbdaa6f5
commit 54804fcc66
10 changed files with 26 additions and 92 deletions

View File

@@ -68,7 +68,7 @@
#define _USE_FASTSEEK 1
/* This option switches fast seek feature. (0:Disable or 1:Enable) */
#define _USE_EXPAND 1
#define _USE_EXPAND 0
/* This option switches f_expand function. (0:Disable or 1:Enable) */
#define _USE_CHMOD 0