We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bacb16 commit 056fdd0Copy full SHA for 056fdd0
hardware/pinoccio/avr/bootloaders/STK500RFR2/src/main.c
@@ -636,14 +636,14 @@ int main(void)
636
637
if (mcuStatusReg & _BV(WDRF))
638
{
639
- boot_timeout = 65000; //* should be about 5 seconds
+ boot_timeout = 35000; //* should be about 5 seconds
640
}
641
else
642
643
boot_timeout = 10000; //* short delay for serial
644
645
#else
646
647
#endif
648
649
boot_timer = 0;
0 commit comments