diff options
author | Maxwell Beck <max@rastertail.net> | 2025-07-20 20:23:03 -0500 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2025-07-20 20:23:03 -0500 |
commit | f2ac7b405786f6bc047dfda7b45c139d194ba032 (patch) | |
tree | 17fa521e31a32192c3afb01829b063a57fc945e2 /src/ff/ffconf.h | |
parent | 3cefba9f8727001e0ec0fb6af1e6c3377fbfd34c (diff) |
Diffstat (limited to 'src/ff/ffconf.h')
-rw-r--r-- | src/ff/ffconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) */ |