projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Extract interface numbers into enums.
[pub/lufa.git]
/
Demos
/
Device
/
ClassDriver
/
MIDI
/
MIDI.c
diff --git
a/Demos/Device/ClassDriver/MIDI/MIDI.c
b/Demos/Device/ClassDriver/MIDI/MIDI.c
index
bec4428
..
79a8317
100644
(file)
--- a/
Demos/Device/ClassDriver/MIDI/MIDI.c
+++ b/
Demos/Device/ClassDriver/MIDI/MIDI.c
@@
-44,7
+44,7
@@
USB_ClassInfo_MIDI_Device_t Keyboard_MIDI_Interface =
{
.Config =
{
- .StreamingInterfaceNumber =
1
,
+ .StreamingInterfaceNumber =
INTERFACE_ID_MidiAudioStreaming
,
.DataINEndpoint =
{
.Address = MIDI_STREAM_IN_EPADDR,