updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Revision:
5:2f921c306d4f
Parent:
4:f88948891a05
Child:
6:d770e6821de6
--- a/ffconf.h	Tue Dec 11 23:49:02 2012 +0000
+++ b/ffconf.h	Tue Dec 11 23:51:37 2012 +0000
@@ -152,7 +152,7 @@
 /  performance and code size. */
 
 
-#define _FS_REENTRANT    1        /* 0 or 1 */
+#define _FS_REENTRANT    0        /* 0 or 1 */
 #define _FS_TIMEOUT      1000    /* Timeout period in unit of time ticks */
 #define    _SYNC_t       Semaphore*    /* O/S dependent type of sync object. e.g. HANDLE, OS_EVENT*, ID and etc.. */
 /* The _FS_REENTRANT option switches the reentrancy of the FatFs module.