ioc: bootloader: Wait for only about a second

master
Markus Koch 2019-11-10 19:59:41 +01:00
parent f2ba588a46
commit d3997d6049
1 changed files with 1 additions and 1 deletions

View File

@ -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