summaryrefslogtreecommitdiff
path: root/src/ff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ff')
-rw-r--r--src/ff/ffconf.h4
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) */