- USB_MIDI_EventPacket_t DummyMIDIEvent;\r
- USB_MIDI_ReceiveEventPacket(&Keyboard_MIDI_Interface, &DummyMIDIEvent);\r
+ /* Must acknowedge MIDI packets from the host even though they aren't used, or the host locks up */\r
+ MIDI_EventPacket_t DummyMIDIEvent;\r
+ MIDI_Device_ReceiveEventPacket(&Keyboard_MIDI_Interface, &DummyMIDIEvent);\r