Possibly makes FatFs faster, does not affect loader size much
This commit is contained in:
parent
de4fea77a1
commit
1e2bf61dcf
@ -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,
|
||||
|
Reference in New Issue
Block a user