diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-26 12:44:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-26 12:44:05 +0000 |
commit | 885170f5b456116d7c40570c36342193a30ed886 (patch) | |
tree | cb7906eb738f362c46528293d1ad868b7af0423d /LUFA | |
parent | 54e69dbee146182a60c258076b8d26e8f5ac752a (diff) | |
download | lufa-885170f5b456116d7c40570c36342193a30ed886.tar.gz lufa-885170f5b456116d7c40570c36342193a30ed886.tar.bz2 lufa-885170f5b456116d7c40570c36342193a30ed886.zip |
Removed unused line encoding data and control requests from the CDC Bootloader code, to save space.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 957a4e560..bf0fd6d83 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -17,6 +17,7 @@ * changed bytes are written to EEPROM to preserve its lifespan * - Changed over the AVRISP-MKII and TemperatureDataLogger projects to use eeprom_update_byte() when writing non-volatile * parameters to EEPROM to preserve its lifespan + * - Removed unused line encoding data and control requests from the CDC Bootloader code, to save space * * <b>Fixed:</b> * - Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs after programming or reading from |