[dfs] Update DFS_FD_MAX default size to 16.
This commit is contained in:
parent
1758f5773e
commit
c698c2c8e7
|
@ -24,8 +24,7 @@ if RT_USING_DFS
|
||||||
|
|
||||||
config DFS_FD_MAX
|
config DFS_FD_MAX
|
||||||
int "The maximal number of opened files"
|
int "The maximal number of opened files"
|
||||||
default 16 if RT_USING_DFS_NFS
|
default 16
|
||||||
default 4
|
|
||||||
|
|
||||||
config RT_USING_DFS_ELMFAT
|
config RT_USING_DFS_ELMFAT
|
||||||
bool "Enable elm-chan fatfs"
|
bool "Enable elm-chan fatfs"
|
||||||
|
|
Loading…
Reference in New Issue