diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-02 08:41:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-02 08:41:08 +0000 |
commit | 824ce103905f3892fa0c4f409962315057f18a81 (patch) | |
tree | c893c43f34dcd9c7e736c3bff6969b3fb7be3875 /LUFA | |
parent | c8942ef4699362747efd6580975a7f61757a4cd6 (diff) | |
download | lufa-824ce103905f3892fa0c4f409962315057f18a81.tar.gz lufa-824ce103905f3892fa0c4f409962315057f18a81.tar.bz2 lufa-824ce103905f3892fa0c4f409962315057f18a81.zip |
Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used.
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 957005441..805b3e165 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -67,6 +67,7 @@ * - Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev) * - Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver * - Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set + * - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> |