Merge branch 'contrib/github_pr_18960' into 'master'

Fix default value type of FATFS_PRINT_LLI and FATFS_PRINT_FLOAT (GitHub PR)

Closes IDFGH-18122

See merge request espressif/esp-idf!51692
This commit is contained in:
Martin Vychodil
2026-08-20 15:42:50 +08:00

View File

@@ -240,12 +240,12 @@ menu "FAT Filesystem support"
config FATFS_PRINT_LLI
depends on !FATFS_USE_STRFUNC_NONE
bool "Make fatfs f_printf() support long long argument"
default 0
default n
config FATFS_PRINT_FLOAT
depends on !FATFS_USE_STRFUNC_NONE
bool "Make fatfs f_printf() support floating point argument"
default 0
default n
choice FATFS_STRF_ENCODE_CHOICE
prompt "FatFS string functions: convert character encoding"