summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-04-29 15:22:00 +0200
committerDaniel Campora <daniel@wipy.io>2015-04-29 15:27:21 +0200
commite282884e5487832a4c717edef036f356cb5595ad (patch)
treec42938e78281a8fd52512580a99641b082e0e710
parentdbb4aef5e332f42afd3ebc674d170139e2a6c108 (diff)
downloadmicropython-e282884e5487832a4c717edef036f356cb5595ad.tar.gz
micropython-e282884e5487832a4c717edef036f356cb5595ad.zip
cc3200: When requesting safe boot, blink the led 3 times, not 4.
-rw-r--r--cc3200/bootmgr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c
index 7121479038..5da4d550c4 100644
--- a/cc3200/bootmgr/main.c
+++ b/cc3200/bootmgr/main.c
@@ -62,7 +62,7 @@
#define BOOTMGR_HASH_SIZE 32
#define BOOTMGR_BUFF_SIZE 512
-#define BOOTMGR_WAIT_SAFE_MODE_MS 1600
+#define BOOTMGR_WAIT_SAFE_MODE_MS 1200
#define BOOTMGR_WAIT_SAFE_MODE_TOOGLE_MS 200
#define BOOTMGR_SAFE_MODE_ENTER_MS 800