From c698c2c8e7461da87b6b41a8bf4e11b1c1a177bc Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 14 Jul 2018 10:03:59 +0800 Subject: [PATCH] [dfs] Update DFS_FD_MAX default size to 16. --- components/dfs/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index ee40ba3f31..87b346026d 100644 --- a/components/dfs/Kconfig +++ b/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" -- GitLab