updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Revision:
3:68eaafe726ac
Parent:
1:68378811b1e2
Child:
4:f88948891a05
--- a/ff.h	Tue Dec 11 21:46:00 2012 +0000
+++ b/ff.h	Tue Dec 11 23:02:31 2012 +0000
@@ -468,9 +468,9 @@
 
 /* Sync functions */
 #if _FS_REENTRANT
-BOOL ff_cre_syncobj(BYTE, _SYNC_t*);
-BOOL ff_del_syncobj(_SYNC_t);
-BOOL ff_req_grant(_SYNC_t);
+bool ff_cre_syncobj(BYTE, _SYNC_t*);
+bool ff_del_syncobj(_SYNC_t);
+bool ff_req_grant(_SYNC_t);
 void ff_rel_grant(_SYNC_t);
 #endif