FatFS: enable f_expand() function
This commit is contained in:
parent
4ae63c8a97
commit
bfdae6fde8
|
@ -51,7 +51,7 @@
|
|||
/* This option switches fast seek function. (0:Disable or 1:Enable) */
|
||||
|
||||
|
||||
#define FF_USE_EXPAND 0
|
||||
#define FF_USE_EXPAND 1
|
||||
/* This option switches f_expand function. (0:Disable or 1:Enable) */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue