Fix incorrect Event call name in USBInterrupt.c.
[pub/USBasp.git] / Demos / Device / ClassDriver / Mouse / Mouse.c
index d261013..32f8ca6 100644 (file)
@@ -118,7 +118,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
 }\r
 \r
 /** Event handler for the library USB Unhandled Control Request event. */\r
 }\r
 \r
 /** Event handler for the library USB Unhandled Control Request event. */\r
-void EVENT_USB_Device_Device_UnhandledControlRequest(void)\r
+void EVENT_USB_Device_UnhandledControlRequest(void)\r
 {\r
        HID_Device_ProcessControlRequest(&Mouse_HID_Interface);\r
 }\r
 {\r
        HID_Device_ProcessControlRequest(&Mouse_HID_Interface);\r
 }\r