FatFS: enable f_expand() function

This commit is contained in:
Andrey Gusakov 2025-01-13 10:18:59 +03:00 committed by rusefillc
parent 4ae63c8a97
commit bfdae6fde8
1 changed files with 1 additions and 1 deletions

View File

@ -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) */