From de967fd528f1ab12dbf11d14a2b5d8d25e70eb78 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 24 Jun 2022 12:41:29 +0100 Subject: [PATCH] fatfs: Enable FF_USE_STRFUNC for f_gets. --- drivers/fatfs/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fatfs/ffconf.h b/drivers/fatfs/ffconf.h index a58922ff..f12c18c0 100644 --- a/drivers/fatfs/ffconf.h +++ b/drivers/fatfs/ffconf.h @@ -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