Skip to content

Commit 2997b90

Browse files
committed
Better volume IDs for drives (currently unused)
1 parent a9f89d3 commit 2997b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fatfs/ffconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
/* Number of volumes (logical drives) to be used. */
146146

147147

148-
#define _STR_VOLUME_ID 0
149-
#define _VOLUME_STRS "SDCARD","CTRNAND_S","TWLN_S","TWLP_S","CTRNAND_E","TWLN_E","TWLP_E" // <--- improve(!!!)
148+
#define _STR_VOLUME_ID 1
149+
#define _VOLUME_STRS "sdcard","sysnand","systwln","systwlp","emunand","emutwln","emutwlp"
150150
/* _STR_VOLUME_ID option switches string volume ID feature.
151151
/ When _STR_VOLUME_ID is set to 1, also pre-defined strings can be used as drive
152152
/ number in the path name. _VOLUME_STRS defines the drive ID strings for each

0 commit comments

Comments
 (0)