From f8bc9babc4ed9b18bd7ed8426a8478726eea7d4d Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sun, 30 Jul 2023 14:52:23 +0100 Subject: [PATCH] Update ffconf.h Re-add #ifndef FF_USE_STRFUNC --- src/fatfs/ffconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fatfs/ffconf.h b/src/fatfs/ffconf.h index 8e02e5b067..1a930c2bbf 100644 --- a/src/fatfs/ffconf.h +++ b/src/fatfs/ffconf.h @@ -59,7 +59,10 @@ /* This option switches f_forward() function. (0:Disable or 1:Enable) */ +// FIXME: remove this, do not merge to stable without further discussion +#ifndef FF_USE_STRFUNC #define FF_USE_STRFUNC 0 +#endif #define FF_PRINT_LLI 1 #define FF_PRINT_FLOAT 1 #define FF_STRF_ENCODE 3