updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Revision:
3:68eaafe726ac
Parent:
2:e8cd708f09ff
--- a/diskio.h	Tue Dec 11 21:46:00 2012 +0000
+++ b/diskio.h	Tue Dec 11 23:02:31 2012 +0000
@@ -25,7 +25,7 @@
 /*---------------------------------------*/
 /* Prototypes for disk control functions */
 
-extern BOOL assign_drives (int argc, char *argv[]);
+extern bool assign_drives (int argc, char *argv[]);
 extern DSTATUS disk_initialize (BYTE);
 extern DSTATUS disk_status (BYTE);
 extern DRESULT disk_read (BYTE, BYTE*, DWORD, BYTE);