From 2997b903e54fabf51b979c6c28519ca4e8b325ef Mon Sep 17 00:00:00 2001 From: d0k3 Date: Tue, 22 Mar 2016 20:08:39 +0100 Subject: [PATCH] Better volume IDs for drives (currently unused) --- source/fatfs/ffconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fatfs/ffconf.h b/source/fatfs/ffconf.h index 64a99c9..2af0522 100644 --- a/source/fatfs/ffconf.h +++ b/source/fatfs/ffconf.h @@ -145,8 +145,8 @@ /* Number of volumes (logical drives) to be used. */ -#define _STR_VOLUME_ID 0 -#define _VOLUME_STRS "SDCARD","CTRNAND_S","TWLN_S","TWLP_S","CTRNAND_E","TWLN_E","TWLP_E" // <--- improve(!!!) +#define _STR_VOLUME_ID 1 +#define _VOLUME_STRS "sdcard","sysnand","systwln","systwlp","emunand","emutwln","emutwlp" /* _STR_VOLUME_ID option switches string volume ID feature. / When _STR_VOLUME_ID is set to 1, also pre-defined strings can be used as drive / number in the path name. _VOLUME_STRS defines the drive ID strings for each