X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c5038f1bf44aea75f1ae1ed035cb7d523ccfdacb..042d3288ad52301c5b0ef69eada03eee83497dda:/Demos/Device/ClassDriver/Mouse/Mouse.c?ds=inline diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.c b/Demos/Device/ClassDriver/Mouse/Mouse.c index d26101381..32f8ca667 100644 --- a/Demos/Device/ClassDriver/Mouse/Mouse.c +++ b/Demos/Device/ClassDriver/Mouse/Mouse.c @@ -118,7 +118,7 @@ void EVENT_USB_Device_ConfigurationChanged(void) } /** Event handler for the library USB Unhandled Control Request event. */ -void EVENT_USB_Device_Device_UnhandledControlRequest(void) +void EVENT_USB_Device_UnhandledControlRequest(void) { HID_Device_ProcessControlRequest(&Mouse_HID_Interface); }