updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Revision:
2:e8cd708f09ff
Parent:
1:68378811b1e2
Child:
4:f88948891a05
--- a/ffconf.h	Mon Jan 10 15:02:22 2011 +0000
+++ b/ffconf.h	Tue Dec 11 21:46:00 2012 +0000
@@ -120,7 +120,7 @@
 /* Number of volumes (logical drives) to be used. */
 
 
-#define    _MAX_SS        1024        /* 512, 1024, 2048 or 4096 */
+#define    _MAX_SS        512        /* 512, 1024, 2048 or 4096 */
 /* Maximum sector size to be handled.
 /  Always set 512 for memory card and hard disk but a larger value may be
 /  required for floppy disk (512/1024) and optical disk (512/2048).