Skip to content

Commit

Permalink
Better volume IDs for drives (currently unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Mar 22, 2016
1 parent a9f89d3 commit 2997b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/fatfs/ffconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2997b90

Please sign in to comment.