Replace remaining MIDI interface numbers with enums.

This commit is contained in:
László Monda 2013-10-12 00:44:50 +02:00
parent 7024bb4c79
commit cb10891bd6
9 changed files with 12 additions and 12 deletions

View file

@ -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,