From 6be24e44046ffc386e2f4072aa5cccb1c462f47f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 10 Jun 2009 05:03:45 +0000 Subject: 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. --- Demos/Device/LowLevel/Mouse/Mouse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Demos/Device/LowLevel/Mouse') diff --git a/Demos/Device/LowLevel/Mouse/Mouse.h b/Demos/Device/LowLevel/Mouse/Mouse.h index b9460b347..8ff8b8fc3 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.h +++ b/Demos/Device/LowLevel/Mouse/Mouse.h @@ -107,6 +107,5 @@ void EVENT_USB_UnhandledControlPacket(void); void CreateMouseReport(USB_MouseReport_Data_t* ReportData); - void UpdateStatus(uint8_t CurrentStatus); #endif -- cgit v1.2.3