X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/60e96412220b62a614348c287354c56f282fcc70..d97db1120b2b5911a3ea7d77efb9b913b8727bdb:/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c diff --git a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c index 098a7fe47..64e651944 100644 --- a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c +++ b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c @@ -203,6 +203,7 @@ void CheckJoystickMovement(void) }; MIDI_Host_SendEventPacket(&Keyboard_MIDI_Interface, &MIDIEvent); + MIDI_Host_Flush(&Keyboard_MIDI_Interface); } PrevJoystickStatus = JoystickStatus;