updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Revision:
2:e8cd708f09ff
Parent:
1:68378811b1e2
Child:
3:68eaafe726ac
--- a/diskio.h	Mon Jan 10 15:02:22 2011 +0000
+++ b/diskio.h	Tue Dec 11 21:46:00 2012 +0000
@@ -32,7 +32,7 @@
 extern DRESULT disk_write (BYTE, const BYTE*, DWORD, BYTE);
 extern DRESULT disk_ioctl (BYTE, BYTE, void*);
 
-extern int _sd_sectors();
+extern int _sd_sectors(void);
 
 
 /* Disk Status Bits (DSTATUS) */