Drop the bootloader timeout to 2s

pull/18/head
Jesse Vincent 10 years ago
parent 2251cc92af
commit bceab79ced

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

Loading…
Cancel
Save