summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2012-10-05 19:36:21 +1000
committerBluebie <a@creativepony.com>2012-10-05 19:36:21 +1000
commit6d757fe2f465edce93615328ebd19b3aa37820da (patch)
treec2747768b5624e62d7dcd85abcf0920ecd497119
parentc6a3c313b9a5856061392014107b70beb88f8ce9 (diff)
downloadmicronucleus-6d757fe2f465edce93615328ebd19b3aa37820da.tar.gz
micronucleus-6d757fe2f465edce93615328ebd19b3aa37820da.tar.bz2
micronucleus-6d757fe2f465edce93615328ebd19b3aa37820da.zip
adjusted default duration down to 2.0 seconds from 2.5 seconds
-rw-r--r--firmware/bootloaderconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h
index b443d6e..8d35118 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 2500
+#define AUTO_EXIT_MS 2000
//#define AUTO_EXIT_CONDITION() (idlePolls > (AUTO_EXIT_MS * 10UL))
// uncomment for chips with clkdiv8 enabled in fuses