Directions added to MIDI port declarations. MIDI clean startup issue addressed

This commit is contained in:
Ross Owen
2012-10-23 17:45:40 +01:00
parent db1091e75f
commit a5d8080aca
3 changed files with 7 additions and 8 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(in port ?p_midi_in, out port ?p_midi_out,
clock ?clk_midi,
chanend c_midi,
unsigned cable_number,