X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/60e96412220b62a614348c287354c56f282fcc70..d97db1120b2b5911a3ea7d77efb9b913b8727bdb:/Demos/Device/ClassDriver/MIDI/MIDI.c?ds=inline diff --git a/Demos/Device/ClassDriver/MIDI/MIDI.c b/Demos/Device/ClassDriver/MIDI/MIDI.c index 419de16be..5c0f25e64 100644 --- a/Demos/Device/ClassDriver/MIDI/MIDI.c +++ b/Demos/Device/ClassDriver/MIDI/MIDI.c @@ -158,6 +158,7 @@ void CheckJoystickMovement(void) }; MIDI_Device_SendEventPacket(&Keyboard_MIDI_Interface, &MIDIEvent); + MIDI_Device_Flush(&Keyboard_MIDI_Interface); } PrevJoystickStatus = JoystickStatus;