diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 05:34:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 05:34:59 +0000 |
commit | 9e7ffcb014d08d9f541cc8000b34f600b437a78e (patch) | |
tree | 42da88479317ce0ff7632cc144983e3913fc23d8 /LUFA/ManPages/ChangeLog.txt | |
parent | 5f363996e3b6fc66017ff02eb2de6f477e0f328e (diff) | |
download | lufa-9e7ffcb014d08d9f541cc8000b34f600b437a78e.tar.gz lufa-9e7ffcb014d08d9f541cc8000b34f600b437a78e.tar.bz2 lufa-9e7ffcb014d08d9f541cc8000b34f600b437a78e.zip |
Make AVRISP XPROG function parameters const where possible.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 8215bbe8e..95463f7dc 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -9,7 +9,7 @@ * \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
- * - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project
+ * - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project (thanks to Tom Light)
* - Added command timeout counter to the AVRISP project so that the device no longer freezes when incorrectly connected
* to a target
* - Added new TemperatureDataLogger application, a USB data logger which writes to the device's dataflash and appears to
|