From 9f99d9540e9992432d65c23d89432a387c1b0d54 Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Mon, 24 Sep 2012 09:26:55 +1000 Subject: Added hex file support --- firmware/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/main.c') diff --git a/firmware/main.c b/firmware/main.c index 3787850..77493a6 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -26,8 +26,8 @@ static void leaveBootloader() __attribute__((__noreturn__)); #include "usbdrv/usbdrv.c" // how many milliseconds should host wait till it sends another write? -// this needs to be above 9, but 20 is only sensible for testing -#define UBOOT_WRITE_SLEEP 12 +// this needs to be above 9, 12 is too low to be reliable, 15 seems to work, 20 seems safer +#define UBOOT_WRITE_SLEEP 20 /* ------------------------------------------------------------------------ */ -- cgit v1.2.3