diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-09-28 18:42:38 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-09-28 18:42:38 +1000 |
commit | 75f367897d324283bfcd599548cbd0361dc73252 (patch) | |
tree | b55b1c26bb46b0b19567e769313dfebd6b6bf4a3 | |
parent | 477326edc6bf2875e0c27581141d54118f7b474b (diff) | |
download | lufa-75f367897d324283bfcd599548cbd0361dc73252.tar.gz lufa-75f367897d324283bfcd599548cbd0361dc73252.tar.bz2 lufa-75f367897d324283bfcd599548cbd0361dc73252.zip |
Minor documentation improvements.
-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 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) * * <b>Changed:</b> * - Added signed alternative libUSB driver for the AVRISP-MKII clone project, to support Atmel Studio 7 (thanks to Atmel) |