Back the bootloader timeout back to 8 sec

pull/18/head
Jesse Vincent 10 years ago
parent 8987373872
commit a190e90c7c

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