summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2012-10-05 20:14:04 +1000
committerBluebie <a@creativepony.com>2012-10-05 20:14:04 +1000
commit3cdca10a40afc77596e660a76d4842166bbfba57 (patch)
treead7c2242a08c9e0d619409cf27a25503686b3ddf
parent14a4c35569e54685c9b9890859d751813b90a836 (diff)
downloadmicronucleus-3cdca10a40afc77596e660a76d4842166bbfba57.tar.gz
micronucleus-3cdca10a40afc77596e660a76d4842166bbfba57.tar.bz2
micronucleus-3cdca10a40afc77596e660a76d4842166bbfba57.zip
Change back to 2.5 sec bootloader delay - 2.0 seconds wasn't working reliably enough for my taste
-rw-r--r--firmware/bootloaderconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h
index 8d35118..b443d6e 100644
--- a/firmware/bootloaderconfig.h
+++ b/firmware/bootloaderconfig.h
@@ -203,7 +203,7 @@ these macros are defined, the boot loader uses them.
/* max 6200ms to not overflow idlePolls variable */
-#define AUTO_EXIT_MS 2000
+#define AUTO_EXIT_MS 2500
//#define AUTO_EXIT_CONDITION() (idlePolls > (AUTO_EXIT_MS * 10UL))
// uncomment for chips with clkdiv8 enabled in fuses