summaryrefslogtreecommitdiff
path: root/fatfs
diff options
context:
space:
mode:
authorLeo C2014-11-26 15:02:30 +0100
committerLeo C2014-11-26 15:02:30 +0100
commit2f53dd651e4bc075376ade16897272b41fd08a14 (patch)
treef3c3c949afa90d5b5ad35f30178ca2cf8a360148 /fatfs
parentcca42593c4ab9e564675d1896caa9a7e794d6fec (diff)
downloadz180-stamp-2f53dd651e4bc075376ade16897272b41fd08a14.zip
Add fat commands: fatstat, fatls, fatload, fatwrite
Diffstat (limited to 'fatfs')
-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. */