diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-15 19:41:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-15 19:41:59 +0000 |
commit | af241316deb5a900757fa77d07864c1d9d0b6dc4 (patch) | |
tree | c9efc1232a52a8a83bf535d1830686b3b8c5bf38 /LUFA | |
parent | 730db924c92de6db6c3115325984f740ef300dd4 (diff) | |
download | lufa-af241316deb5a900757fa77d07864c1d9d0b6dc4.tar.gz lufa-af241316deb5a900757fa77d07864c1d9d0b6dc4.tar.bz2 lufa-af241316deb5a900757fa77d07864c1d9d0b6dc4.zip |
Fix oops - forgot to save changelog after previous update.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index e06e235e1..f82a5e43a 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -40,7 +40,7 @@ * - Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs) * - Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen) * - Fixed incorrect ordering of the linker options in the build system causing link failures in some cases - * - Fixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure codes to be returned in some cases (thanks to ) + * - Fixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure codes to be returned in some cases (thanks to Peter K) * - Library Applications: * - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project * - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut) |