From: Dean Camera Date: Thu, 11 Sep 2014 13:33:55 +0000 (+1000) Subject: Minor documentation improvements. X-Git-Tag: LUFA-140928~7 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/025e57bd7246128636bda9760b654cc5f0d10a58 Minor documentation improvements. --- 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)