fix(storage/fatfs): change indentation in kconfig

This commit is contained in:
Tomáš Rohlínek 2024-04-16 07:55:46 +02:00
parent 1ad06064d1
commit 161604c33c
No known key found for this signature in database
GPG Key ID: BDE1CEDD10F7E372

View File

@ -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"