From e12839e099c027c3bccc79e689e746e157b3ff47 Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Wed, 3 Oct 2012 14:25:42 +1000 Subject: Decreased bootloader wait from 5 secs to 2.5 secs (tested on win7 and Mac OS 10.8.2) --- firmware/bootloaderconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/bootloaderconfig.h') diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index fc0d831..9869b72 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -204,7 +204,7 @@ these macros are defined, the boot loader uses them. /* max 6200ms to not overflow idlePolls variable */ -#define AUTO_EXIT_MS 5000 +#define AUTO_EXIT_MS 2500 //#define AUTO_EXIT_CONDITION() (idlePolls > (AUTO_EXIT_MS * 10UL)) -- cgit v1.2.3