forked from PAWPAW-Mirror/lib_xua
Fixed build issue with MIDI interface number naming
This commit is contained in:
@@ -602,8 +602,8 @@ enum USBInterfaceNumber
|
||||
INTERFACE_NUMBER_AUDIO_INPUT,
|
||||
#endif
|
||||
#if defined(MIDI) && (MIDI != 0)
|
||||
INTERFACE_NUMBER_MIDI_OUTPUT,
|
||||
INTERFACE_NUMBER_MIDI_INPUT,
|
||||
INTERFACE_NUMBER_MIDI_CONTROL,
|
||||
INTERFACE_NUMBER_MIDI_STREAM,
|
||||
#endif
|
||||
#if defined(DFU) && (DFU != 0)
|
||||
INTERFACE_NUMBER_DFU,
|
||||
|
||||
Reference in New Issue
Block a user