From 161604c33c2c91ca589238cba40cb06071de0500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Tue, 16 Apr 2024 07:55:46 +0200 Subject: [PATCH] fix(storage/fatfs): change indentation in kconfig --- components/fatfs/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/fatfs/Kconfig b/components/fatfs/Kconfig index fafca21efd..4a362b1170 100644 --- a/components/fatfs/Kconfig +++ b/components/fatfs/Kconfig @@ -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"