X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c5038f1bf44aea75f1ae1ed035cb7d523ccfdacb..09bedd6555a72c70f6d6bfb965225d44dec171cd:/Demos/Device/ClassDriver/Mouse/Mouse.h diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.h b/Demos/Device/ClassDriver/Mouse/Mouse.h index 709077fab..325bfc502 100644 --- a/Demos/Device/ClassDriver/Mouse/Mouse.h +++ b/Demos/Device/ClassDriver/Mouse/Mouse.h @@ -80,10 +80,11 @@ /* Function Prototypes: */ void SetupHardware(void); - void EVENT_USB_Device_Device_Connect(void); - void EVENT_USB_Device_Device_Disconnect(void); - void EVENT_USB_Device_Device_ConfigurationChanged(void); - void EVENT_USB_Device_Device_UnhandledControlRequest(void); + void EVENT_USB_Device_Connect(void); + void EVENT_USB_Device_Disconnect(void); + void EVENT_USB_Device_ConfigurationChanged(void); + void EVENT_USB_Device_UnhandledControlRequest(void); + void EVENT_USB_Device_StartOfFrame(void); bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, uint8_t* const ReportID, void* ReportData, uint16_t* ReportSize);