From 82aedcc9c1480125b3a31a2af21d95a05d4b24d6 Mon Sep 17 00:00:00 2001 From: Larry Bernstone Date: Sat, 18 May 2024 08:11:28 -1000 Subject: [PATCH] Added config for FAT label --- configs/defconfig.common | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/defconfig.common b/configs/defconfig.common index 16f82bbeb..f3fe66f9d 100644 --- a/configs/defconfig.common +++ b/configs/defconfig.common @@ -36,6 +36,7 @@ CONFIG_FATFS_CODEPAGE_850=y CONFIG_FATFS_LFN_STACK=y # CONFIG_FATFS_API_ENCODING_ANSI_OEM is not set CONFIG_FATFS_API_ENCODING_UTF_8=y +CONFIG_FATFS_USE_LABEL=y # CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT is not set CONFIG_FMB_TIMER_PORT_ENABLED=y CONFIG_FREERTOS_HZ=1000