forked from espressif/esp-idf
fix(storage/fatfs): change indentation in kconfig
This commit is contained in:
@@ -245,10 +245,10 @@ menu "FAT Filesystem support"
|
||||
When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character
|
||||
encoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE
|
||||
to be read/written via those functions.
|
||||
0: ANSI/OEM in current CP
|
||||
1: Unicode in UTF-16LE
|
||||
2: Unicode in UTF-16BE
|
||||
3: Unicode in UTF-8
|
||||
0: ANSI/OEM in current CP
|
||||
1: Unicode in UTF-16LE
|
||||
2: Unicode in UTF-16BE
|
||||
3: Unicode in UTF-8
|
||||
|
||||
config FATFS_STRF_ENCODE_ANSI
|
||||
bool "0:ANSI/OEM in current CP"
|
||||
|
Reference in New Issue
Block a user