Fixed build issue in main() due to typo

This commit is contained in:
Ross Owen
2014-03-28 12:22:04 +00:00
parent a6a1ead9fb
commit d94a42bcfe

View File

@@ -309,7 +309,7 @@ void usb_audio_core(chanend c_mix_out
#endif
#if defined(SPDIF_RX) || defined(ADAT_RX)
/* Audio Interrupt - only used for interrupts on external clock change */
c_xud_in[ENDPOINT_NUMBER_IN_INTERUUPT],
c_xud_in[ENDPOINT_NUMBER_IN_INTERRUPT],
#endif
c_sof, c_aud_ctl, p_for_mclk_count
#ifdef HID_CONTROLS