X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c5038f1bf44aea75f1ae1ed035cb7d523ccfdacb..d423090b26ade8912e669d6c6d3c5463e0669429:/Demos/Device/ClassDriver/Mouse/Mouse.c?ds=sidebyside 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); }