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