summaryrefslogtreecommitdiff
path: root/lib/fatfs/source
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/source')
-rw-r--r--lib/fatfs/source/ffconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fatfs/source/ffconf.h b/lib/fatfs/source/ffconf.h
index 80b20efa1..c99498cda 100644
--- a/lib/fatfs/source/ffconf.h
+++ b/lib/fatfs/source/ffconf.h
@@ -113,7 +113,7 @@
*/
-#define FF_USE_LFN 0
+#define FF_USE_LFN 1
#define FF_MAX_LFN 255
/* The FF_USE_LFN switches the support for LFN (long file name).
/
@@ -153,7 +153,7 @@
/ on character encoding. When LFN is not enabled, these options have no effect. */
-#define FF_FS_RPATH 0
+#define FF_FS_RPATH 1
/* This option configures support for relative path.
/
/ 0: Disable relative path and remove related functions.
@@ -166,7 +166,7 @@
/ Drive/Volume Configurations
/---------------------------------------------------------------------------*/
-#define FF_VOLUMES 1
+#define FF_VOLUMES 4
/* Number of volumes (logical drives) to be used. (1-10) */