summaryrefslogtreecommitdiff
path: root/lib/fatfs/source
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-19 13:44:07 +0700
committerhathach <[email protected]>2022-11-19 13:44:07 +0700
commitbb570e02d6a8b34fe00c90f5cd8ad736d990ed42 (patch)
tree64fae38d8095ad947eead76298aaf906d6db339d /lib/fatfs/source
parenta6001fc8f2cfe0db2cf5ba410b49961781ce1803 (diff)
msc explorer ls work great
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) */