summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-23 13:00:12 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-23 13:00:12 +0200
commitdc910a5317b10bfa060d0e58bf01ce3ccdb71b13 (patch)
tree19ef97bf8aa47a37728b2bde307e59acc04e98eb /src/main.h
parent34c8fb057dd04a62131410d607d5d605f27115f1 (diff)
download0xFFFF-dc910a5317b10bfa060d0e58bf01ce3ccdb71b13.tar.bz2
Prepair for flashing via MK II protocol (N900 in PC-Suite 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;