Fixed broken HIDReportParser.c.
This commit is contained in:
parent
c75f8bf223
commit
b61049f722
2 changed files with 4 additions and 2 deletions
|
@ -28,8 +28,10 @@
|
|||
this software.
|
||||
*/
|
||||
|
||||
#include "../../HighLevel/USBMode.h"
|
||||
#if defined(USB_CAN_BE_HOST)
|
||||
|
||||
#include "HIDParser.h"
|
||||
#if defined(CAN_BE_HOST)
|
||||
|
||||
uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, uint16_t ReportSize, HID_ReportInfo_t* const ParserData)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue