diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-07-16 01:23:43 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2024-07-16 01:23:43 +0000 |
| commit | 0a271d786be4cc1a1691fa38f184a091721a5251 (patch) | |
| tree | 9239449971dc9b9c8a261f1fd8076f0b03f57da8 /lib | |
| parent | 24fde7af0cc411e897e28ba4612105c4aa9bee18 (diff) | |
| download | tangara-fw-0a271d786be4cc1a1691fa38f184a091721a5251.tar.gz | |
daniel/playlist-queue (#83)
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/83
Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
Co-authored-by: ailurux <ailuruxx@gmail.com>
Co-committed-by: ailurux <ailuruxx@gmail.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fatfs/src/ffconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fatfs/src/ffconf.h b/lib/fatfs/src/ffconf.h index 77bd5981..a5a4ae17 100644 --- a/lib/fatfs/src/ffconf.h +++ b/lib/fatfs/src/ffconf.h @@ -58,7 +58,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 |
