diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 11:14:10 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 11:14:10 +0000 |
commit | 571159df1b9b86fc76d12a02fc1e172bd202305a (patch) | |
tree | fb873b6323058da0e62a4bb59236622cee87eed5 /LUFA | |
parent | cd0093a14bd12d61ceab6860341c1a1fcd0ebb04 (diff) | |
download | lufa-571159df1b9b86fc76d12a02fc1e172bd202305a.tar.gz lufa-571159df1b9b86fc76d12a02fc1e172bd202305a.tar.bz2 lufa-571159df1b9b86fc76d12a02fc1e172bd202305a.zip |
Additional fix to the AVRISP-MKII clone project for 256KB AVRs.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 70c81dc00..eb8c1e4a6 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -17,7 +17,7 @@ * <b>Fixed:</b> * - Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly * selected when the ISR completes - * - Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS commands when the extended address + * - Fixed AVRISP-MKII clone project not correctly issuing LOAD EXTENDED ADDRESS commands when the extended address * boundary is crossed during programming or readback (thanks to Gerard Sexton) * - Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled * |