Explorar el Código

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 hace 14 años
padre
commit
ceb2ba072d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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. */
 /  windows.h, ucos_ii.h and semphr.h, must be included prior to ff.h. */
 
 
 #ifdef RT_DFS_ELM_REENTRANT
 #ifdef RT_DFS_ELM_REENTRANT
-#define _FS_REENTRANT	RT_DFS_ELM_REENTRANT			/* 0 or 1 */
+#define _FS_REENTRANT	1		/* 0 or 1 */
 #else
 #else
 #define _FS_REENTRANT	0		/* 0:Disable or 1:Enable */
 #define _FS_REENTRANT	0		/* 0:Disable or 1:Enable */
 #endif
 #endif