Fixed build issue with MIDI interface number naming

This commit is contained in:
Ross Owen
2014-03-26 13:18:03 +00:00
parent 0c075e10e9
commit 1a5ba8c75b

View File

@@ -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,