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
This commit is contained in:
parent
3a503dcc89
commit
ceb2ba072d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue