Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan).

Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
This commit is contained in:
Dean Camera 2009-04-13 06:58:46 +00:00
parent d3484e6bdd
commit af02b5b0c9
4 changed files with 7 additions and 5 deletions

View file

@ -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