From 4aab511882f46f6741e1824659898621b517fd54 Mon Sep 17 00:00:00 2001 From: qiuyiuestc Date: Mon, 29 Nov 2010 16:35:44 +0000 Subject: [PATCH] update macro DFS_FILESYSTEMS_MAX to 4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1144 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/mini2440/rtconfig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/mini2440/rtconfig.h b/bsp/mini2440/rtconfig.h index b590a5ee5e..ceb10a5ac3 100644 --- a/bsp/mini2440/rtconfig.h +++ b/bsp/mini2440/rtconfig.h @@ -3,7 +3,7 @@ #define __RTTHREAD_CFG_H__ /* RT_NAME_MAX*/ -#define RT_NAME_MAX 8 +#define RT_NAME_MAX 32 /* RT_ALIGN_SIZE*/ #define RT_ALIGN_SIZE 4 @@ -65,6 +65,7 @@ /* Using Module System */ #define RT_USING_MODULE +#define RT_USING_LIBDL /* SECTION: Console options */ /* the buffer size of console */ @@ -102,7 +103,7 @@ /* #define DFS_USING_WORKDIR */ /* the max number of mounted filesystem */ -#define DFS_FILESYSTEMS_MAX 2 +#define DFS_FILESYSTEMS_MAX 4 /* the max number of opened files */ #define DFS_FD_MAX 16 /* the max number of cached sector */ -- GitLab