projects
/
pub
/
USBasp.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/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
Keyboard
/
Keyboard.h
diff --git
a/Demos/Device/ClassDriver/Keyboard/Keyboard.h
b/Demos/Device/ClassDriver/Keyboard/Keyboard.h
index
c24adfb
..
74802fd
100644
(file)
--- a/
Demos/Device/ClassDriver/Keyboard/Keyboard.h
+++ b/
Demos/Device/ClassDriver/Keyboard/Keyboard.h
@@
-52,7
+52,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
/* Type Defines: */
\r
/** Type define for the keyboard HID report structure, for creating and sending HID reports to the host PC.
\r
\r
/* Type Defines: */
\r
/** Type define for the keyboard HID report structure, for creating and sending HID reports to the host PC.
\r