/ Function and Buffer Configurations\r
/----------------------------------------------------------------------------*/\r
\r
-#define _FS_TINY 1 /* 0 or 1 */\r
+#define _FS_TINY 0 /* 0 or 1 */\r
/* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system\r
/ object instead of the sector buffer in the individual file object for file\r
/ data transfer. This reduces memory consumption 512 bytes each file object. */\r