From 2f53dd651e4bc075376ade16897272b41fd08a14 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 26 Nov 2014 15:02:30 +0100 Subject: Add fat commands: fatstat, fatls, fatload, fatwrite --- fatfs/src/ffconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fatfs/src') 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. */ -- cgit v1.2.3