From 93f350ae1f8ca178539bc82cc136bd896a2fd170 Mon Sep 17 00:00:00 2001 From: xiao-mang Date: Tue, 24 Oct 2023 15:33:34 +0800 Subject: [PATCH] add exfat config --- components/dfs/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index d4f3ecab51..8c33756b34 100644 --- a/components/dfs/Kconfig +++ b/components/dfs/Kconfig @@ -150,8 +150,8 @@ endif depends on RT_DFS_ELM_REENTRANT config RT_DFS_ELM_USE_EXFAT - bool "Enable RT_DFS_ELM_USE_EXFAT" - default n + bool "Enable RT_DFS_ELM_USE_EXFAT" + default n endmenu endif