Skip to content
Snippets Groups Projects
Commit b61049f7 authored by Dean Camera's avatar Dean Camera
Browse files

Fixed broken HIDReportParser.c.

parent c75f8bf2
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,9 @@ ...@@ -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 @@ ...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment