projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add optional pipe double banking support to the Host mode Class drivers.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
KeyboardHost
/
KeyboardHost.c
diff --git
a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
index
b483def
..
1b5f8c7
100644
(file)
--- a/
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
+++ b/
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
@@
-45,7
+45,10
@@
USB_ClassInfo_HID_Host_t Keyboard_HID_Interface =
.Config =
\r
{
\r
.DataINPipeNumber = 1,
\r
+ .DataINPipeDoubleBank = false,
\r
+
\r
.DataOUTPipeNumber = 2,
\r
+ .DataOUTPipeDoubleBank = false,
\r
\r
.HIDInterfaceProtocol = HID_BOOT_KEYBOARD_PROTOCOL,
\r
},
\r