X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/25ddbb9e3bcf184ebf1c17ea254b3c0c924327e2..b71ff7c8cd68209a74c8690f4d190cc634ef8fb3:/Demos/Device/ClassDriver/GenericHID/GenericHID.h diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.h b/Demos/Device/ClassDriver/GenericHID/GenericHID.h index 8cf0afc5d..004daf54a 100644 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.h +++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.h @@ -40,8 +40,6 @@ #include #include #include - #include - #include #include #include "Descriptors.h" @@ -71,6 +69,7 @@ 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);