From 86a64de1722dc6af4ec92811eb1e3fe39daea1f6 Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Wed, 3 Oct 2012 14:25:42 +1000 Subject: Decreased bootloader wait time from 5ms to 2.5ms (tested on windows 7 and Mac OS 10.8.2) Under 1000 doesn't seem to work on Mac OS - didn't try that on Windows. This shorter duration bootloader might require the updated commandline tool, which has lower delays. --- 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