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]
/
Projects
/
Magstripe
/
Magstripe.c
diff --git
a/Projects/Magstripe/Magstripe.c
b/Projects/Magstripe/Magstripe.c
index
aaa432d
..
898ad3c
100644
(file)
--- a/
Projects/Magstripe/Magstripe.c
+++ b/
Projects/Magstripe/Magstripe.c
@@
-57,8
+57,6
@@
USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
\r
.ReportINEndpointNumber = KEYBOARD_EPNUM,
\r
.ReportINEndpointSize = KEYBOARD_EPSIZE,
\r
-
\r
- .ReportINBufferSize = sizeof(USB_KeyboardReport_Data_t),
\r
},
\r
};
\r
\r