Merge pull request #402 from pimoroni/patch-ff-use-strfunc
fatfs: Enable FF_USE_STRFUNC for f_gets.
This commit is contained in:
commit
5a3f6c6f7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue