mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Fixed broken HIDReportParser.c.
This commit is contained in:
parent
c75f8bf223
commit
b61049f722
@ -40,9 +40,9 @@
|
|||||||
|
|
||||||
#include <LUFA/Version.h>
|
#include <LUFA/Version.h>
|
||||||
#include <LUFA/Drivers/Misc/TerminalCodes.h>
|
#include <LUFA/Drivers/Misc/TerminalCodes.h>
|
||||||
#include <LUFA/Drivers/USB/USB.h>
|
|
||||||
#include <LUFA/Drivers/Peripheral/SerialStream.h>
|
#include <LUFA/Drivers/Peripheral/SerialStream.h>
|
||||||
#include <LUFA/Drivers/Board/LEDs.h>
|
#include <LUFA/Drivers/Board/LEDs.h>
|
||||||
|
#include <LUFA/Drivers/USB/USB.h>
|
||||||
|
|
||||||
#include "ConfigDescriptor.h"
|
#include "ConfigDescriptor.h"
|
||||||
#include "HIDReport.h"
|
#include "HIDReport.h"
|
||||||
|
@ -28,8 +28,10 @@
|
|||||||
this software.
|
this software.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../../HighLevel/USBMode.h"
|
||||||
|
#if defined(USB_CAN_BE_HOST)
|
||||||
|
|
||||||
#include "HIDParser.h"
|
#include "HIDParser.h"
|
||||||
#if defined(CAN_BE_HOST)
|
|
||||||
|
|
||||||
uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, uint16_t ReportSize, HID_ReportInfo_t* const ParserData)
|
uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, uint16_t ReportSize, HID_ReportInfo_t* const ParserData)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user