Merge pull request #402 from pimoroni/patch-ff-use-strfunc

fatfs: Enable FF_USE_STRFUNC for f_gets.
This commit is contained in:
Philip Howard 2022-06-27 10:01:05 +01:00 committed by GitHub
commit 5a3f6c6f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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