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
/
Joystick
/
Joystick.h
diff --git
a/Demos/Device/ClassDriver/Joystick/Joystick.h
b/Demos/Device/ClassDriver/Joystick/Joystick.h
index
16c6abb
..
e3bcaa6
100644
(file)
--- a/
Demos/Device/ClassDriver/Joystick/Joystick.h
+++ b/
Demos/Device/ClassDriver/Joystick/Joystick.h
@@
-49,7
+49,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 joystick HID report structure, for creating and sending HID reports to the host PC.
\r
\r
/* Type Defines: */
\r
/** Type define for the joystick HID report structure, for creating and sending HID reports to the host PC.
\r