Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full.
This commit is contained in:
parent
8f9b5ae00d
commit
85cf202737
6 changed files with 22 additions and 10 deletions
|
|
@ -93,6 +93,7 @@
|
|||
* - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings
|
||||
* - Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured
|
||||
* - Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green)
|
||||
* - Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full
|
||||
*
|
||||
* \section Sec_ChangeLog100807 Version 100807
|
||||
* <b>New:</b>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
*
|
||||
* \section Sec_InDevelopment Latest In-Development Source Code
|
||||
* Issue Tracker: http://www.lufa-lib.org/tracker \n
|
||||
* Bazaar Access: http://www.lufa-lib.org/bzr \n
|
||||
* SVN Access: http://www.lufa-lib.org/svn \n
|
||||
* Git Access: http://www.lufa-lib.org/git \n
|
||||
* Mercurial Access: http://www.lufa-lib.org/hg \n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue