projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
GenericHID
/
GenericHID.c
diff --git
a/Demos/Device/ClassDriver/GenericHID/GenericHID.c
b/Demos/Device/ClassDriver/GenericHID/GenericHID.c
index
72063b6
..
b04f7af
100644
(file)
--- a/
Demos/Device/ClassDriver/GenericHID/GenericHID.c
+++ b/
Demos/Device/ClassDriver/GenericHID/GenericHID.c
@@
-48,8
+48,6
@@
USB_ClassInfo_HID_Device_t Generic_HID_Interface =
\r
.ReportINEndpointNumber = GENERIC_IN_EPNUM,
\r
.ReportINEndpointSize = GENERIC_EPSIZE,
\r
-
\r
- .ReportINBufferSize = GENERIC_REPORT_SIZE,
\r
},
\r
};
\r
\r