Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.

This commit is contained in:
Dean Camera 2012-06-17 15:35:17 +00:00
parent 7d83e10b7f
commit d8621ee8f4
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode,
}
/* Program complete - reset timeout */
wdt_reset();
TimeoutTicksRemaining = COMMAND_TIMEOUT_TICKS;
return ProgrammingStatus;
}