mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone project.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user