diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-20 06:59:13 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-20 06:59:13 +0000 |
commit | f9bcac5e00c949ec23135208da3f02c027992782 (patch) | |
tree | 7b388709d9b88338dcb16055f70f5722f05f7ddb /LUFA/ManPages | |
parent | 6b5e684c77e5fa855b609d01e9a07fec296e9257 (diff) | |
download | lufa-f9bcac5e00c949ec23135208da3f02c027992782.tar.gz lufa-f9bcac5e00c949ec23135208da3f02c027992782.tar.bz2 lufa-f9bcac5e00c949ec23135208da3f02c027992782.zip |
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to become ready (thanks to Robin Green).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 27c90bae3..576459878 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -52,6 +52,7 @@ * PDI and TPI programming modes infinitely * - Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been * set to NULL by the user application (thanks to Axel Rohde) + * - Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to become ready (thanks to Robin Green) * * \section Sec_ChangeLog100513 Version 100513 * <b>New:</b> |