diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 03:42:10 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 03:42:10 +0000 |
commit | 5f363996e3b6fc66017ff02eb2de6f477e0f328e (patch) | |
tree | 0e202ad0d80e4b7351c503a7cca00eac3cccfef6 /LUFA/ManPages | |
parent | b6a4584a19e81c2e1f909355bbc64c2b8cea84f6 (diff) | |
download | lufa-5f363996e3b6fc66017ff02eb2de6f477e0f328e.tar.gz lufa-5f363996e3b6fc66017ff02eb2de6f477e0f328e.tar.bz2 lufa-5f363996e3b6fc66017ff02eb2de6f477e0f328e.zip |
Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.
Diffstat (limited to 'LUFA/ManPages')
-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 b9436d6fe..8215bbe8e 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -49,6 +49,7 @@ * ranges are specified (thanks to Thomas Bleeker)
* - Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe
* - Fixed Pipe_IsEndpointBound() not taking the endpoint's direction into account
+ * - Fixed EEPROM and FLASH ISP programming in the AVRISP project
*
* \section Sec_ChangeLog091223 Version 091223
*
|