aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/GenericHIDHost/GenericHIDHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/GenericHIDHost/GenericHIDHost.h')
-rw-r--r--Demos/Host/GenericHIDHost/GenericHIDHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/GenericHIDHost/GenericHIDHost.h b/Demos/Host/GenericHIDHost/GenericHIDHost.h
index f3005e596..d0f3e7ae4 100644
--- a/Demos/Host/GenericHIDHost/GenericHIDHost.h
+++ b/Demos/Host/GenericHIDHost/GenericHIDHost.h
@@ -88,6 +88,6 @@
/* Function Prototypes: */
void UpdateStatus(uint8_t CurrentStatus);
void ReadNextReport(void);
- void WriteNextReport(uint8_t ReportOUTData, uint16_t ReportLength);
+ void WriteNextReport(uint8_t* ReportOUTData, uint16_t ReportLength);
#endif