From 05ac59d0eeb956adc316d89ee06ca13bd3c11aac Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 9 May 2010 06:01:01 +0000 Subject: Add new ReportType parameter to the HID class driver device callback and host report sending routines. Renamed internal Host mode Class driver descriptor comparator callback routines so that they all start with a uniform DCOMP_{Class Abbreviation}_ prefix. --- Projects/RelayBoard/RelayBoard.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Projects/RelayBoard') diff --git a/Projects/RelayBoard/RelayBoard.c b/Projects/RelayBoard/RelayBoard.c index 2f084f3e7..7bba1bad4 100644 --- a/Projects/RelayBoard/RelayBoard.c +++ b/Projects/RelayBoard/RelayBoard.c @@ -69,13 +69,6 @@ void SetupHardware(void) PORTC &= ~ALL_RELAYS; } - -/** Event handler for the library USB Configuration Changed event. */ -void EVENT_USB_Device_ConfigurationChanged(void) -{ - USB_Device_EnableSOFEvents(); -} - /** Event handler for the library USB Unhandled Control Packet event. */ void EVENT_USB_Device_UnhandledControlRequest(void) { -- cgit v1.2.3