diff options
Diffstat (limited to 'firmware/include')
| -rw-r--r-- | firmware/include/dir.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/firmware/include/dir.h b/firmware/include/dir.h index 3427893..6e8b705 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -24,23 +24,6 @@ #include "config.h" -#ifdef HAVE_MULTIVOLUME - -/* how to name volumes, first char must be outside of legal file names, - a number gets appended to enumerate, if applicable */ -#if (CONFIG_STORAGE & STORAGE_MMC) -#define VOL_NAMES "<MMC%d>" -#define VOL_ENUM_POS 4 /* position of %d, to avoid runtime calculation */ -#elif (CONFIG_STORAGE & STORAGE_SD) -#define VOL_NAMES "<microSD%d>" -#define VOL_ENUM_POS 8 /* position of %d, to avoid runtime calculation */ -#else -#define VOL_NAMES "<HD%d>" -#define VOL_ENUM_POS 3 -#endif - -#endif - #define ATTR_READ_ONLY 0x01 #define ATTR_HIDDEN 0x02 #define ATTR_SYSTEM 0x04 |