Some tidying

This commit is contained in:
Russell Gallop
2011-08-10 16:16:15 +01:00
parent 6801d7a7c2
commit e6bc0b739e
2 changed files with 3 additions and 6 deletions

View File

@@ -51,7 +51,6 @@ INLINE void midi_get_ack_or_data(chanend c, int &is_ack, unsigned int &datum) {
}
#endif
INLINE void midi_send_ack(chanend c) {
outct(c, MIDI_ACK);
outuchar(c, 0);
@@ -59,5 +58,4 @@ INLINE void midi_send_ack(chanend c) {
outuchar(c, 0);
}
#endif // __usb_midi_h__