Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
b61049f7
Commit
b61049f7
authored
Jun 15, 2009
by
Dean Camera
Browse files
Fixed broken HIDReportParser.c.
parent
c75f8bf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
View file @
b61049f7
...
...
@@ -40,9 +40,9 @@
#include <LUFA/Version.h>
#include <LUFA/Drivers/Misc/TerminalCodes.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/SerialStream.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/USB/USB.h>
#include "ConfigDescriptor.h"
#include "HIDReport.h"
...
...
LUFA/Drivers/USB/Class/Host/HIDParser.c
View file @
b61049f7
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment