diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-04-30 20:36:42 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-04-30 20:36:49 +1000 |
commit | 77689358894e45e63e5d48aa519c04fcb773a9ac (patch) | |
tree | 5fa855b479f8df2d39395498c9e06baeae9c7abc /LUFA/DoxygenPages | |
parent | 7ad97a3d5d3db5c244a83aaeb5dd6b29b80a0bd8 (diff) | |
download | lufa-77689358894e45e63e5d48aa519c04fcb773a9ac.tar.gz lufa-77689358894e45e63e5d48aa519c04fcb773a9ac.tar.bz2 lufa-77689358894e45e63e5d48aa519c04fcb773a9ac.zip |
Fix LED driver for the Arduino Leonardo board.
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 2fd980f46..b5f70add7 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,6 +11,7 @@ * - Core: * - Fixed device class driver pipe configuration routines returning success with a partially constructed instance * when a pipe configuration failed (thanks to Helge Suess) + * - Fixed incorrect LED driver definitions for the Arduino Leonardo board (thanks to Zoltán Szőke) * * \section Sec_ChangeLog140302 Version 140302 * <b>New:</b> |