MIDI Rx port now buffered. Means that Start-bit detect select case doesn't get started on receipt of large MIDI packet.

This commit is contained in:
Ross Owen
2014-01-11 16:33:29 +00:00
parent 507afd4f60
commit 3570f551e1
3 changed files with 12 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
* \param cable_number the cable number of the MIDI implementation.
* This should be set to 0.
**/
void usb_midi(port ?p_midi_in, port ?p_midi_out,
void usb_midi(buffered in port:1 ?p_midi_in, port ?p_midi_out,
clock ?clk_midi,
chanend ?c_midi,
unsigned cable_number,