From d3997d60498273d4433b59b6291f7bc0f0d28e6e Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 10 Nov 2019 19:59:41 +0100 Subject: [PATCH] ioc: bootloader: Wait for only about a second --- ioc/avr-bootloader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc/avr-bootloader/main.c b/ioc/avr-bootloader/main.c index 805005a..a8d08de 100644 --- a/ioc/avr-bootloader/main.c +++ b/ioc/avr-bootloader/main.c @@ -39,7 +39,7 @@ #include #include -#define MAX_TIME_COUNT (F_CPU>>1) +#define MAX_TIME_COUNT (F_CPU>>4) /* SW_MAJOR and MINOR needs to be updated from time to time to avoid warning message from AVR Studio */ #define HW_VER 0x02