1
0
Fork 0
This commit is contained in:
Jack Humbert 2015-08-21 23:13:33 -04:00
parent 04885a3b44
commit b191f8c60f
3 changed files with 15 additions and 14 deletions

View file

@ -492,7 +492,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
{
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
.InterfaceNumber = (NKRO_INTERFACE + 1),
.InterfaceNumber = MIDI_INTERFACE,
.AlternateSetting = 0,
.TotalEndpoints = 0,
@ -513,14 +513,14 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.TotalLength = sizeof(USB_Audio_Descriptor_Interface_AC_t),
.InCollection = 1,
.InterfaceNumber = (NKRO_INTERFACE + 2),
.InterfaceNumber = MIDI2_INTERFACE,
},
.Audio_StreamInterface =
{
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
.InterfaceNumber = (NKRO_INTERFACE + 2),
.InterfaceNumber = MIDI2_INTERFACE,
.AlternateSetting = 0,
.TotalEndpoints = 2,