diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 12:46:23 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 12:46:23 +0000 |
commit | 397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd (patch) | |
tree | 06898940dd1ff649f713fb01b9476e73383ba649 /LUFA | |
parent | f2c241548010df18dcacf18979d80f40b31cd864 (diff) | |
download | lufa-397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd.tar.gz lufa-397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd.tar.bz2 lufa-397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd.zip |
Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 5e959ac9c..b46efd09c 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -24,6 +24,7 @@ * - Library Applications: * - Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte) * - Updated bootloader makefiles to remove dependency on the \c bc command line calculator tool + * - Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser) * * <b>Fixed:</b> * - Core: |