diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-12-20 13:15:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-12-20 13:15:36 +0000 |
commit | 77f354609f0411fb6541da31a889186ad402838e (patch) | |
tree | 261146fa930299d297a5fc7d221953da70ce12c2 /LUFA/DoxygenPages | |
parent | 676de74d9bf14d6a8db21d65e2cb2f2e4a1e3720 (diff) | |
download | lufa-77f354609f0411fb6541da31a889186ad402838e.tar.gz lufa-77f354609f0411fb6541da31a889186ad402838e.tar.bz2 lufa-77f354609f0411fb6541da31a889186ad402838e.zip |
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
Diffstat (limited to 'LUFA/DoxygenPages')
-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 64ed7934a..446e5a11f 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -39,6 +39,7 @@ * - Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda) * - Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias Jahr) * - Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias Jahr) + * - Fixed compiler warning on GCC with \c -wundef compile flag is used (thanks to Georg Glock) * - Library Applications: * - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair) * - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled |