aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-10-27 18:25:30 +0100
committerDean Camera <dean@fourwalledcubicle.com>2013-10-27 18:25:30 +0100
commit13b3014db42c933769248420f6c179cd49d181bb (patch)
treec04afb317dcdaea2318e159743541cb2a214b554 /Projects
parent3fc75f130b9031dec729c3708744a1529f41f325 (diff)
parente7a8fd6033312fec55f0fda4ab7920c48cf7f4b5 (diff)
downloadlufa-13b3014db42c933769248420f6c179cd49d181bb.tar.gz
lufa-13b3014db42c933769248420f6c179cd49d181bb.tar.bz2
lufa-13b3014db42c933769248420f6c179cd49d181bb.zip
Merge branch 'master' of github.com:abcminiuser/lufa
Diffstat (limited to 'Projects')
-rw-r--r--Projects/MIDIToneGenerator/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MIDIToneGenerator/Descriptors.c b/Projects/MIDIToneGenerator/Descriptors.c
index 220d37dff..541ee8161 100644
--- a/Projects/MIDIToneGenerator/Descriptors.c
+++ b/Projects/MIDIToneGenerator/Descriptors.c
@@ -111,7 +111,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.TotalLength = sizeof(USB_Audio_Descriptor_Interface_AC_t),
.InCollection = 1,
- .InterfaceNumber = 1,
+ .InterfaceNumber = INTERFACE_ID_AudioStream,
},
.Audio_StreamInterface =