Browse Source

change #define RT_DFS_ELM_REENTRANT 1 to #defin RT_DFS_ELM_REENTRANT

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1533 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 14 years ago
parent
commit
ceb2ba072d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/dfs/filesystems/elmfat/ffconf.h

+ 1 - 1
components/dfs/filesystems/elmfat/ffconf.h

@@ -191,7 +191,7 @@
 /  windows.h, ucos_ii.h and semphr.h, must be included prior to ff.h. */
 
 #ifdef RT_DFS_ELM_REENTRANT
-#define _FS_REENTRANT	RT_DFS_ELM_REENTRANT			/* 0 or 1 */
+#define _FS_REENTRANT	1		/* 0 or 1 */
 #else
 #define _FS_REENTRANT	0		/* 0:Disable or 1:Enable */
 #endif