projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add descriptor class, subclass and protocol constants to the class drivers, modify...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
JoystickHostWithParser
/
JoystickHostWithParser.c
diff --git
a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
index
8d87e88
..
0811746
100644
(file)
--- a/
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
+++ b/
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
@@
-53,7
+53,7
@@
USB_ClassInfo_HID_Host_t Joystick_HID_Interface =
.DataOUTPipeNumber = 2,
.DataOUTPipeDoubleBank = false,
- .HIDInterfaceProtocol = HID_
BOOT
P_NonBootProtocol,
+ .HIDInterfaceProtocol = HID_
CSC
P_NonBootProtocol,
.HIDParserData = &HIDReportInfo
},