fatfs: Enable FF_USE_STRFUNC for f_gets.

patch-ff-use-strfunc
Phil Howard 2022-06-24 12:41:29 +01:00
rodzic efea8a728b
commit de967fd528
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@
/* This option switches f_forward() function. (0:Disable or 1:Enable) */
#define FF_USE_STRFUNC 0
#define FF_USE_STRFUNC 1
#define FF_PRINT_LLI 0
#define FF_PRINT_FLOAT 0
#define FF_STRF_ENCODE 3