diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-29 13:33:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-29 13:33:28 +0000 |
commit | 798cc84ff57cf4fee07a7267d76f4e551df15d12 (patch) | |
tree | 9a6d4bb22d03d5e0b4aa2428718692cfc0096fc4 /LUFA | |
parent | 259a3c98540b85bf06fb80bdf5b3df311a19e352 (diff) | |
download | lufa-798cc84ff57cf4fee07a7267d76f4e551df15d12.tar.gz lufa-798cc84ff57cf4fee07a7267d76f4e551df15d12.tar.bz2 lufa-798cc84ff57cf4fee07a7267d76f4e551df15d12.zip |
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 6e37c6eea..28c4dc558 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -39,6 +39,7 @@ * - Library Applications: * - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair) * - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled + * - Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited * * \section Sec_ChangeLog111009 Version 111009 * <b>New:</b> |