Skip to content
Snippets Groups Projects
Commit c6baf3f6 authored by Cristian Maglie's avatar Cristian Maglie
Browse files

Increased bootloader double-tap timeout to 500ms

parent b3ac0111
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ static void check_start_application(void)
/* First tap */
BOOT_DOUBLE_TAP_DATA = DOUBLE_TAP_MAGIC;
for (uint32_t i=0; i<50000; i++) /* 200ms */
for (uint32_t i=0; i<125000; i++) /* 500ms */
/* force compiler to not optimize this... */
__asm__ __volatile__("");
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment