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 05c92ad..2b94d7b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -66,7 +66,7 @@ enum flash_mode {
FLASH_COLD,
FLASH_NORMAL,
FLASH_EMMC,
- FLASH_ANY
+ FLASH_MKII,
};
struct devices {
@@ -76,7 +76,7 @@ struct devices {
enum flash_mode mode;
};
-#define SUPPORTED_DEVICES 6
+#define SUPPORTED_DEVICES 8
extern struct devices supported_devices[SUPPORTED_DEVICES];
extern int pcs_n;