summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index d5a5d20..9526491 100644
--- a/src/main.h
+++ b/src/main.h
@@ -67,8 +67,8 @@ struct piece_t {
enum flash_mode {
FLASH_COLD,
FLASH_NORMAL,
- FLASH_EMMC,
FLASH_MKII,
+ FLASH_DISK,
};
struct devices {
@@ -78,7 +78,7 @@ struct devices {
enum flash_mode mode;
};
-#define SUPPORTED_DEVICES 8
+#define SUPPORTED_DEVICES 10
extern struct devices supported_devices[SUPPORTED_DEVICES];
extern int pcs_n;