ioc: bootloader: Wait for only about a second
This commit is contained in:
parent
f2ba588a46
commit
d3997d6049
@ -39,7 +39,7 @@
|
||||
#include <avr/interrupt.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user