Skip to content

Commit

Permalink
Oops - forgot to fix up the command timeout reset code in the AVRISP-…
Browse files Browse the repository at this point in the history
…MKII clone programmer.

git-svn-id: http://lufa-lib.googlecode.com/svn@2353 d5102386-fcda-11dd-9fdb-3debd5008f28
  • Loading branch information
Dean authored and Dean committed Jun 17, 2012
1 parent 0b36a7c commit 8d2c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode,
}

/* Program complete - reset timeout */
wdt_reset();
TimeoutTicksRemaining = COMMAND_TIMEOUT_TICKS;

return ProgrammingStatus;
}
Expand Down

0 comments on commit 8d2c834

Please sign in to comment.