summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2012-10-05 19:35:50 +1000
committerBluebie <a@creativepony.com>2012-10-05 19:35:50 +1000
commitc6a3c313b9a5856061392014107b70beb88f8ce9 (patch)
tree8d65bbf14ce7fdfad5f553822276c0b873963b5b
parent0633fe8a35080bb3f6c8d60364df00e1cb70b7d0 (diff)
downloadmicronucleus-c6a3c313b9a5856061392014107b70beb88f8ce9.tar.gz
micronucleus-c6a3c313b9a5856061392014107b70beb88f8ce9.tar.bz2
micronucleus-c6a3c313b9a5856061392014107b70beb88f8ce9.zip
Reduced default WRITE_SLEEP value from 8 to 6, for 25% faster writing and erasing
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/main.c b/firmware/main.c
index 62097b8..ce19323 100644
--- a/firmware/main.c
+++ b/firmware/main.c
@@ -13,7 +13,7 @@
#define MICRONUCLEUS_VERSION_MINOR 3
// how many milliseconds should host wait till it sends another erase or write?
// needs to be above 4.5 (and a whole integer) as avr freezes for 4.5ms
-#define MICRONUCLEUS_WRITE_SLEEP 8
+#define MICRONUCLEUS_WRITE_SLEEP 6
#include <avr/io.h>