From f2ac7b405786f6bc047dfda7b45c139d194ba032 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Sun, 20 Jul 2025 20:23:03 -0500 Subject: feat: Disk swapping --- src/ff/ffconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ff/ffconf.h') diff --git a/src/ff/ffconf.h b/src/ff/ffconf.h index c8370e6..c9c96e1 100644 --- a/src/ff/ffconf.h +++ b/src/ff/ffconf.h @@ -15,7 +15,7 @@ / and optional writing functions as well. */ -#define FF_FS_MINIMIZE 3 +#define FF_FS_MINIMIZE 1 /* This option defines minimization level to remove some basic API functions. / / 0: Basic functions are fully enabled. @@ -25,7 +25,7 @@ / 3: f_lseek() function is removed in addition to 2. */ -#define FF_USE_FIND 0 +#define FF_USE_FIND 1 /* This option switches filtered directory read functions, f_findfirst() and / f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ -- cgit 1.4.1