mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.
This commit is contained in:
parent
7d83e10b7f
commit
d8621ee8f4
@ -361,7 +361,7 @@ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode,
|
||||
}
|
||||
|
||||
/* Program complete - reset timeout */
|
||||
wdt_reset();
|
||||
TimeoutTicksRemaining = COMMAND_TIMEOUT_TICKS;
|
||||
|
||||
return ProgrammingStatus;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user