From 12ca8a00ec5de2bd0626a846fb6dd47bad0158d7 Mon Sep 17 00:00:00 2001 From: luxsie Date: Fri, 29 May 2015 19:36:44 +0800 Subject: [PATCH] Use mini ver. of FATFS would save about 2KB. --- CFW_loader/source/fatfs/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFW_loader/source/fatfs/ffconf.h b/CFW_loader/source/fatfs/ffconf.h index 16a4438..163ddad 100644 --- a/CFW_loader/source/fatfs/ffconf.h +++ b/CFW_loader/source/fatfs/ffconf.h @@ -23,7 +23,7 @@ / f_rename(), f_truncate() and useless f_getfree(). */ -#define _FS_MINIMIZE 0 /* 0 to 3 */ +#define _FS_MINIMIZE 2 /* 0 to 3 */ /* The _FS_MINIMIZE option defines minimization level to remove API functions. / / 0: All basic functions are enabled.