forked version of FATFileSystemEx

Fork of FATFileSystem by mbed official

Revision:
4:c9dcfcfd0c5a
Parent:
1:46ce1e16c870
--- a/ChaN/ffconf.h	Mon Mar 17 14:09:00 2014 +0000
+++ b/ChaN/ffconf.h	Wed Aug 20 00:20:41 2014 +0000
@@ -15,13 +15,13 @@
 / Functions and Buffer Configurations
 /----------------------------------------------------------------------------*/
 
-#define _FS_TINY        0   /* 0:Normal or 1:Tiny */
+#define _FS_TINY        1   /* 0:Normal or 1:Tiny */
 /* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system
 /  object instead of the sector buffer in the individual file object for file
 /  data transfer. This reduces memory consumption 512 bytes each file object. */
 
 
-#define _FS_READONLY    0   /* 0:Read/Write or 1:Read only */
+#define _FS_READONLY    1   /* 0:Read/Write or 1:Read only */
 /* Setting _FS_READONLY to 1 defines read only configuration. This removes
 /  writing functions, f_write, f_sync, f_unlink, f_mkdir, f_chmod, f_rename,
 /  f_truncate and useless f_getfree. */