Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_Ena...
[pub/USBasp.git] / Demos / Device / LowLevel / Mouse / Mouse.h
index b244ffa..698fe47 100644 (file)
@@ -39,7 +39,6 @@
        /* Includes: */\r
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
-               #include <avr/interrupt.h>\r
                #include <avr/power.h>\r
                #include <stdbool.h>\r
                #include <string.h>\r
                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
                void CreateMouseReport(USB_MouseReport_Data_t* ReportData);\r
 \r