Browse Source

[DFS] Enable long filename for ELM FatFS in default

Bernard Xiong 6 years ago
parent
commit
8fe4602632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/dfs/Kconfig

+ 1 - 1
components/dfs/Kconfig

@@ -44,7 +44,7 @@ if RT_USING_DFS
 
         choice
             prompt "Support long file name"
-            default RT_DFS_ELM_USE_LFN_0
+            default RT_DFS_ELM_USE_LFN_3
 
             config RT_DFS_ELM_USE_LFN_0
                 bool "0: LFN disable"