Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times when 125KHz ISP programming mode is selected.
This commit is contained in:
parent
40db485c79
commit
3bf760ad7d
7 changed files with 56 additions and 25 deletions
|
@ -66,6 +66,7 @@ void V2Protocol_Init(void)
|
|||
TIMSK0 = (1 << OCIE0A);
|
||||
|
||||
V2Params_LoadNonVolatileParamValues();
|
||||
ISPTarget_ConfigureRescueClock();
|
||||
}
|
||||
|
||||
/** Master V2 Protocol packet handler, for received V2 Protocol packets from a connected host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue