aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-05 15:45:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-05 15:45:27 +0000
commitab8ae600586282322cf626b20e44b53e22155ada (patch)
tree42b99a31d20bd94c4cb3db87faa85525d1d48611 /LUFA/DoxygenPages/ChangeLog.txt
parent26015d432d3f5f8c6d1816307e554520e0675f39 (diff)
downloadlufa-ab8ae600586282322cf626b20e44b53e22155ada.tar.gz
lufa-ab8ae600586282322cf626b20e44b53e22155ada.tar.bz2
lufa-ab8ae600586282322cf626b20e44b53e22155ada.zip
Fixed incorrect ordering of the linker options in the build system causing link failures in some cases.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 1e2c10ccb..5e959ac9c 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -38,6 +38,7 @@
* - Fixed maximum allowed keyboard key code usage of \c 0x65 rather than \c 0xFF for the \c HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
* - 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
* - 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)