From 1e2bf61dcfe1dcdb095c56a64d96aefeda815317 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 27 Mar 2016 16:42:19 +0200 Subject: [PATCH] Possibly makes FatFs faster, does not affect loader size much --- loader/source/fatfs/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/source/fatfs/ffconf.h b/loader/source/fatfs/ffconf.h index 8f2b1de..7c545b8 100644 --- a/loader/source/fatfs/ffconf.h +++ b/loader/source/fatfs/ffconf.h @@ -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,