浏览代码

[dfs] Update DFS_FD_MAX default size to 16.

armink 6 年之前
父节点
当前提交
c698c2c8e7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      components/dfs/Kconfig

+ 1 - 2
components/dfs/Kconfig

@@ -24,8 +24,7 @@ if RT_USING_DFS
 
     config DFS_FD_MAX
         int "The maximal number of opened files"
-        default 16 if RT_USING_DFS_NFS
-        default 4
+        default 16
 
     config RT_USING_DFS_ELMFAT
         bool "Enable elm-chan fatfs"