aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-12-26 13:23:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-12-26 13:23:43 +0000
commit154d28e39f114c1e1af223ae6c37e34323e6be9d (patch)
tree6a2f6e4094e0b301b2258933c167cf50a1cda5c5 /LUFA/DoxygenPages
parentf201f6697b7f99b63389509b42112026b8f6f76f (diff)
downloadlufa-154d28e39f114c1e1af223ae6c37e34323e6be9d.tar.gz
lufa-154d28e39f114c1e1af223ae6c37e34323e6be9d.tar.bz2
lufa-154d28e39f114c1e1af223ae6c37e34323e6be9d.zip
Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman).
Diffstat (limited to 'LUFA/DoxygenPages')
-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 446e5a11f..fe68beb4e 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -40,6 +40,7 @@
* - 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)
+ * - Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman)
* - 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