Drop the bootup delay to 2 seconds

pull/18/head
Jesse Vincent 10 years ago
parent dab82ace3b
commit 1a0e627162

@ -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