Browse Source

add exfat config

xiao-mang 1 year ago
parent
commit
93f350ae1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/dfs/Kconfig

+ 2 - 2
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