Build issues fixed for none EAF configs

This commit is contained in:
Ross Owen
2014-08-28 12:52:44 +01:00
parent d83b5b9a0d
commit 76886b5087
2 changed files with 6 additions and 1 deletions

View File

@@ -930,7 +930,7 @@ enum USBInterfaceNumber
#if (NUM_USB_CHAN_OUT > 0)
INTERFACE_NUMBER_AUDIO_OUTPUT,
#endif
#if (NUM_USB_CHAN_IN > 0)
#if (NUM_USB_CHAN_IN > 0)
INTERFACE_NUMBER_AUDIO_INPUT,
#endif
#if defined(MIDI) && (MIDI != 0)