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
/
MIDIHost
/
MIDIHost.c
diff --git
a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
index
f575d8e
..
9a59be0
100644
(file)
--- a/
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
+++ b/
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
@@
-45,7
+45,10
@@
USB_ClassInfo_MIDI_Host_t Keyboard_MIDI_Interface =
.Config =
\r
{
\r
.DataINPipeNumber = 1,
\r
+ .DataINPipeDoubleBank = false,
\r
+
\r
.DataOUTPipeNumber = 2,
\r
+ .DataOUTPipeDoubleBank = false,
\r
},
\r
};
\r
\r