Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_Ena...
[pub/lufa.git] / Demos / Device / ClassDriver / GenericHID / GenericHID.h
index 8cf0afc..004daf5 100644 (file)
@@ -40,8 +40,6 @@
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
                #include <avr/power.h>\r
-               #include <avr/interrupt.h>\r
-               #include <stdbool.h>\r
                #include <string.h>\r
                \r
                #include "Descriptors.h"\r
@@ -71,6 +69,7 @@
                void EVENT_USB_Device_Disconnect(void);\r
                void EVENT_USB_Device_ConfigurationChanged(void);\r
                void EVENT_USB_Device_UnhandledControlRequest(void);\r
+               void EVENT_USB_Device_StartOfFrame(void);\r
 \r
                bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, uint8_t* const ReportID,\r
                                                  void* ReportData, uint16_t* ReportSize);\r