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,
|
INTERFACE_NUMBER_AUDIO_INPUT,
|
||||||
#endif
|
#endif
|
||||||
#if defined(MIDI) && (MIDI != 0)
|
#if defined(MIDI) && (MIDI != 0)
|
||||||
INTERFACE_NUMBER_MIDI_OUTPUT,
|
INTERFACE_NUMBER_MIDI_CONTROL,
|
||||||
INTERFACE_NUMBER_MIDI_INPUT,
|
INTERFACE_NUMBER_MIDI_STREAM,
|
||||||
#endif
|
#endif
|
||||||
#if defined(DFU) && (DFU != 0)
|
#if defined(DFU) && (DFU != 0)
|
||||||
INTERFACE_NUMBER_DFU,
|
INTERFACE_NUMBER_DFU,
|
||||||
|
|||||||
Reference in New Issue
Block a user