summaryrefslogtreecommitdiff
path: root/fatfs/src/ffconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/src/ffconf.h')
-rw-r--r--fatfs/src/ffconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/src/ffconf.h b/fatfs/src/ffconf.h
index adc4b87..059e85b 100644
--- a/fatfs/src/ffconf.h
+++ b/fatfs/src/ffconf.h
@@ -97,7 +97,7 @@
/ 1 - ASCII (No extended character. Valid for only non-LFN configuration.) */
-#define _USE_LFN 1
+#define _USE_LFN 0
#define _MAX_LFN 128
/* The _USE_LFN option switches the LFN feature.
/
@@ -145,7 +145,7 @@
/ Drive/Volume Configurations
/---------------------------------------------------------------------------*/
-#define _VOLUMES 1
+#define _VOLUMES 2
/* Number of volumes (logical drives) to be used. */