Skip to content

Commit c6baf3f

Browse files
committed
Increased bootloader double-tap timeout to 500ms
1 parent b3ac011 commit c6baf3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bootloaders/zero/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static void check_start_application(void)
111111
/* First tap */
112112
BOOT_DOUBLE_TAP_DATA = DOUBLE_TAP_MAGIC;
113113

114-
for (uint32_t i=0; i<50000; i++) /* 200ms */
114+
for (uint32_t i=0; i<125000; i++) /* 500ms */
115115
/* force compiler to not optimize this... */
116116
__asm__ __volatile__("");
117117

bootloaders/zero/samd21_sam_ba.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)