Replace remaining MIDI interface numbers with enums.
This commit is contained in:
parent
7024bb4c79
commit
cb10891bd6
9 changed files with 12 additions and 12 deletions
|
@ -44,7 +44,7 @@ USB_ClassInfo_MIDI_Device_t Keyboard_MIDI_Interface =
|
|||
{
|
||||
.Config =
|
||||
{
|
||||
.StreamingInterfaceNumber = INTERFACE_ID_MidiAudioStreaming,
|
||||
.StreamingInterfaceNumber = INTERFACE_ID_AudioStream,
|
||||
.DataINEndpoint =
|
||||
{
|
||||
.Address = MIDI_STREAM_IN_EPADDR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue