diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-21 23:13:33 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-21 23:13:33 -0400 |
commit | b191f8c60fbbaf1fb55d67edb86a6c33489b2ce3 (patch) | |
tree | 1d493bae3b0ae91a6202918aa1bf53fb0da936fa /protocol/lufa/descriptor.c | |
parent | 04885a3b447c82437d919d467328800eb00af629 (diff) |
midi
Diffstat (limited to 'protocol/lufa/descriptor.c')
-rw-r--r-- | protocol/lufa/descriptor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/lufa/descriptor.c b/protocol/lufa/descriptor.c index 0536b79110..8a14c5e09f 100644 --- a/protocol/lufa/descriptor.c +++ b/protocol/lufa/descriptor.c @@ -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, |