X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ef06bfd1c0ef5272c32808e23d0fd60d2d1bca9c..fabfdd454a11440a5789a70f6476889b02928438:/Demos/Host/GenericHIDHost/GenericHIDHost.h diff --git a/Demos/Host/GenericHIDHost/GenericHIDHost.h b/Demos/Host/GenericHIDHost/GenericHIDHost.h index 99b4599f1..3ae473e00 100644 --- a/Demos/Host/GenericHIDHost/GenericHIDHost.h +++ b/Demos/Host/GenericHIDHost/GenericHIDHost.h @@ -45,10 +45,9 @@ #include #include // Library Version Information - #include // PROGMEM tags readable by the ButtLoad project #include // ANSI Terminal Escape Codes #include // USB Functionality - #include // Serial stream driver + #include // Serial stream driver #include // LEDs driver #include // Simple scheduler for task management @@ -94,6 +93,6 @@ /* Function Prototypes: */ void UpdateStatus(uint8_t CurrentStatus); void ReadNextReport(void); - void WriteNextReport(uint8_t* ReportOUTData, uint16_t ReportLength); + void WriteNextReport(uint8_t* ReportOUTData, uint8_t ReportIndex, uint8_t ReportType, uint16_t ReportLength); #endif