diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2017-01-25 22:23:15 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2017-01-25 22:23:15 +1100 |
commit | f92cc29e3a34d7bcc10dbdb374987bb89a928eb4 (patch) | |
tree | ccc325a08a53fc446987fc72ae6d5c545051bb51 /LUFA | |
parent | da5ca91756425bb8c3cb807522b061ba763d0374 (diff) | |
download | lufa-f92cc29e3a34d7bcc10dbdb374987bb89a928eb4.tar.gz lufa-f92cc29e3a34d7bcc10dbdb374987bb89a928eb4.tar.bz2 lufa-f92cc29e3a34d7bcc10dbdb374987bb89a928eb4.zip |
Minor documentation improvements.
Diffstat (limited to 'LUFA')
-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 d44e82bfe..30394cb2b 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -32,6 +32,7 @@ * clone project, as the new libUSB driver works for AVRDUDE and Atmel Studio 7 under Windows * - Replaced the LUFA build system with its (compatible) successor, DMBS (Dean's Makefile Build System) * - Removed obsolete library TAR export and associated documentation + * - Fixed incorrect HID_DESCRIPTOR_KEYBOARD() macro definition (thanks to Eric Tang) * * \section Sec_ChangeLog151115 Version 151115 * <b>New:</b> |