diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-03 15:47:58 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-03 15:47:58 +0100 |
commit | 90c7491e5113577e9afdb0b8fe43ba1e26d296bf (patch) | |
tree | c61b5d41950005f16316ab7c43f803630dc2a766 /LUFA | |
parent | d2eaf94dbbcb44aa85a74fe33a71f0c8d3780b3b (diff) | |
download | lufa-90c7491e5113577e9afdb0b8fe43ba1e26d296bf.tar.gz lufa-90c7491e5113577e9afdb0b8fe43ba1e26d296bf.tar.bz2 lufa-90c7491e5113577e9afdb0b8fe43ba1e26d296bf.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 a81eff6d1..29f6a6417 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -16,6 +16,7 @@ * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda) * - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable * - Fixed incorrect signature bytes returned in the DFU bootloader + * - Added new libUSB host Python application example for the class driver GenericHID demo (thanks to Laszlo Monda) * * \section Sec_ChangeLog130901 Version 130901 * <b>New:</b> |