diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 23:33:55 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 23:33:55 +1000 |
commit | 025e57bd7246128636bda9760b654cc5f0d10a58 (patch) | |
tree | 31fb7c09946942ad4c5add4584440ac8294ff880 /LUFA | |
parent | 70f7e6558c0366fcd37b08655f941a318f8c50b8 (diff) | |
download | lufa-025e57bd7246128636bda9760b654cc5f0d10a58.tar.gz lufa-025e57bd7246128636bda9760b654cc5f0d10a58.tar.bz2 lufa-025e57bd7246128636bda9760b654cc5f0d10a58.zip |
Minor documentation improvements.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 5bac1a406..075fb253b 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -12,7 +12,7 @@ * - Updated the BUILD build system module to add a new COMPILER_PATH optional variable * - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver * - Added support for the Arduino Yun board (ATMEGA32U4 co-processor) - * - Added support for the Arduino Micro board + * - Added support for the Arduino Micro board (thanks to Zoltán Szőke) * - Library Applications: * - Added new Dual MIDI class driver device demo * @@ -25,7 +25,6 @@ * - 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) * - Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg) * - Fixed possible infinite loop in the control endpoint stream write function (thanks to Clayton Knight) * - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall) |