Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone project.
This commit is contained in:
parent
a5e79333e5
commit
5c0c0327d5
3 changed files with 4 additions and 3 deletions
|
@ -43,6 +43,7 @@ uint32_t CurrentAddress;
|
|||
bool MustSetAddress;
|
||||
|
||||
|
||||
/** ISR to manage timeouts whilst processing a V2Protocol command */
|
||||
ISR(TIMER0_COMPA_vect, ISR_NOBLOCK)
|
||||
{
|
||||
if (TimeoutMSRemaining)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue