Possibly makes FatFs faster, does not affect loader size much
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
/ Functions and Buffer Configurations
|
/ Functions and Buffer Configurations
|
||||||
/---------------------------------------------------------------------------*/
|
/---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define _FS_TINY 1
|
#define _FS_TINY 0
|
||||||
/* This option switches tiny buffer configuration. (0:Normal or 1:Tiny)
|
/* 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
|
/ 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,
|
/ bytes. Instead of private sector buffer eliminated from the file object,
|
||||||
|
|||||||
Reference in New Issue
Block a user