diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-28 14:59:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-28 14:59:19 +0000 |
commit | d18f12bf42e735cecfccb7cbc551f022bf0dd91b (patch) | |
tree | 2f053ad60ec20774287785a40b2fc879994a1b58 /LUFA/DoxygenPages | |
parent | 8cd249c34240c2189b520c088afde936ec9201b3 (diff) | |
download | lufa-d18f12bf42e735cecfccb7cbc551f022bf0dd91b.tar.gz lufa-d18f12bf42e735cecfccb7cbc551f022bf0dd91b.tar.bz2 lufa-d18f12bf42e735cecfccb7cbc551f022bf0dd91b.zip |
Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt).
Diffstat (limited to 'LUFA/DoxygenPages')
-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 e7615fdfc..ffe1bd006 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,6 +11,7 @@ * - Library Applications: * - Added new Printer class bootloader * - Added new Mass Storage class bootloader + * - Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt) * * <b>Changed:</b> * - Core: |