Possibly makes FatFs faster, does not affect loader size much

This commit is contained in:
Aurora 2016-03-27 16:42:19 +02:00
parent de4fea77a1
commit 1e2bf61dcf

View File

@ -8,7 +8,7 @@
/ Functions and Buffer Configurations
/---------------------------------------------------------------------------*/
#define _FS_TINY 1
#define _FS_TINY 0
/* This option switches tiny buffer configuration. (0:Normal or 1:Tiny)
/ At the tiny configuration, size of the file object (FIL) is reduced _MAX_SS
/ bytes. Instead of private sector buffer eliminated from the file object,