projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/lufa.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
/
HIDReport.h
diff --git
a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
index
2096887
..
a141ffb
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
+++ b/
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
@@
-37,7
+37,8
@@
#define _HID_REPORT_H_
\r
\r
/* Includes: */
\r
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
+ #include <LUFA/Drivers/USB/USB.h>
\r
+ #include <LUFA/Drivers/USB/Class/Host/HIDParser.h>
\r
\r
#include "KeyboardHostWithParser.h"
\r
\r