diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-10 05:03:45 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-10 05:03:45 +0000 |
commit | 6be24e44046ffc386e2f4072aa5cccb1c462f47f (patch) | |
tree | 3a9d00eacc42f772910581d6e2e06b2fc409e466 /Demos/Device/LowLevel/CDC | |
parent | 28343b1475b999e61c8fe98eb420507a0e6da388 (diff) | |
download | lufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.tar.gz lufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.tar.bz2 lufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.zip |
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.
Diffstat (limited to 'Demos/Device/LowLevel/CDC')
-rw-r--r-- | Demos/Device/LowLevel/CDC/CDC.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/CDC/CDC.h b/Demos/Device/LowLevel/CDC/CDC.h index 821ba8f96..a8f7199ab 100644 --- a/Demos/Device/LowLevel/CDC/CDC.h +++ b/Demos/Device/LowLevel/CDC/CDC.h @@ -180,6 +180,4 @@ void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);
- void UpdateStatus(uint8_t CurrentStatus);
-
#endif
|