diff options
Diffstat (limited to 'Demos/Host/ClassDriver/MIDIHost/MIDIHost.c')
-rw-r--r-- | Demos/Host/ClassDriver/MIDIHost/MIDIHost.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.c index f575d8ecf..9a59be082 100644 --- 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 =
{
.DataINPipeNumber = 1,
+ .DataINPipeDoubleBank = false,
+
.DataOUTPipeNumber = 2,
+ .DataOUTPipeDoubleBank = false,
},
};
|