Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboa...
[pub/USBasp.git] / Demos / MouseHost / MouseHost.h
index 1bd52eb..b72e09c 100644 (file)
@@ -40,6 +40,7 @@
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
                #include <avr/pgmspace.h>\r
+               #include <avr/interrupt.h>\r
                #include <avr/power.h>\r
                #include <stdio.h>\r
 \r
@@ -92,5 +93,6 @@
 \r
        /* Function Prototypes: */\r
                void UpdateStatus(uint8_t CurrentStatus);\r
+               void ReadNextReport(void);\r
                \r
 #endif\r