projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
[pub/lufa.git]
/
Demos
/
Device
/
ClassDriver
/
KeyboardMouse
/
KeyboardMouse.h
diff --git
a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
index
ae69d3d
..
5f16697
100644
(file)
--- a/
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
+++ b/
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
@@
-46,7
+46,7
@@
#include <LUFA/Drivers/Board/LEDs.h>
\r
#include <LUFA/Drivers/Board/Buttons.h>
\r
#include <LUFA/Drivers/USB/USB.h>
\r
#include <LUFA/Drivers/Board/LEDs.h>
\r
#include <LUFA/Drivers/Board/Buttons.h>
\r
#include <LUFA/Drivers/USB/USB.h>
\r
- #include <LUFA/Drivers/USB/Class/
Device/
HID.h>
\r
+ #include <LUFA/Drivers/USB/Class/HID.h>
\r
\r
/* Macros: */
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
\r
\r
/* Macros: */
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
\r