Skip to content
Snippets Groups Projects
Commit d8621ee8 authored by Dean Camera's avatar Dean Camera
Browse files

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

parent 7d83e10b
Branches
Tags
No related merge requests found
...@@ -361,7 +361,7 @@ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode, ...@@ -361,7 +361,7 @@ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode,
} }
/* Program complete - reset timeout */ /* Program complete - reset timeout */
wdt_reset(); TimeoutTicksRemaining = COMMAND_TIMEOUT_TICKS;
return ProgrammingStatus; return ProgrammingStatus;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment