Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes.

This commit is contained in:
Dean Camera 2009-06-10 05:03:45 +00:00
parent 28343b1475
commit 6be24e4404
8 changed files with 61 additions and 73 deletions

View file

@ -180,6 +180,4 @@
void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);
void UpdateStatus(uint8_t CurrentStatus);
#endif