projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added support to the MIDI Class drivers for packed data, where multiple MIDI events...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
MIDIHost
/
MIDIHost.c
diff --git
a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
index
098a7fe
..
64e6519
100644
(file)
--- a/
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
+++ b/
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
@@
-203,6
+203,7
@@
void CheckJoystickMovement(void)
};
\r
\r
MIDI_Host_SendEventPacket(&Keyboard_MIDI_Interface, &MIDIEvent);
\r
+ MIDI_Host_Flush(&Keyboard_MIDI_Interface);
\r
}
\r
\r
PrevJoystickStatus = JoystickStatus;
\r