Turns out that linux hosts need that timeout or they can't get to the bootloader before it's gone again

pull/18/head
Jesse Vincent 10 years ago
parent 2d9bfd0e1e
commit 05949b3a74

@ -58,7 +58,7 @@ static bool RunBootloader = true;
/* Bootloader timeout timer */
#define TIMEOUT_PERIOD 2000
#define TIMEOUT_PERIOD 8000
uint16_t Timeout = 0;
uint16_t bootKey = 0x7777;

Loading…
Cancel
Save