From: Dean Camera Date: Wed, 28 Sep 2016 08:42:38 +0000 (+1000) Subject: Minor documentation improvements. X-Git-Tag: LUFA-170418~9 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/75f367897d324283bfcd599548cbd0361dc73252?ds=sidebyside Minor documentation improvements. --- diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 201a50068..d44e82bfe 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -24,6 +24,7 @@ * - Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested * - Fixed missing entries in several project's Atmel Studio integration files, such as driver INF files * - Fixed invalid endpoint indexes causing memory corruption in device Clear/Set Feature standard requests (thanks to Peter Popovec) + * - Fixed incorrect serialization in USB_SetHIDReportItemInfo() function (thanks to e-chip) * * Changed: * - Added signed alternative libUSB driver for the AVRISP-MKII clone project, to support Atmel Studio 7 (thanks to Atmel)