Skip to content

Commit e282884

Browse files
author
Daniel Campora
committed
cc3200: When requesting safe boot, blink the led 3 times, not 4.
1 parent dbb4aef commit e282884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/bootmgr/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define BOOTMGR_HASH_SIZE 32
6363
#define BOOTMGR_BUFF_SIZE 512
6464

65-
#define BOOTMGR_WAIT_SAFE_MODE_MS 1600
65+
#define BOOTMGR_WAIT_SAFE_MODE_MS 1200
6666
#define BOOTMGR_WAIT_SAFE_MODE_TOOGLE_MS 200
6767

6868
#define BOOTMGR_SAFE_MODE_ENTER_MS 800

0 commit comments

Comments
 (0)