forked from PAWPAW-Mirror/lib_xua
Fixed build issue in main() due to typo
This commit is contained in:
@@ -309,7 +309,7 @@ void usb_audio_core(chanend c_mix_out
|
|||||||
#endif
|
#endif
|
||||||
#if defined(SPDIF_RX) || defined(ADAT_RX)
|
#if defined(SPDIF_RX) || defined(ADAT_RX)
|
||||||
/* Audio Interrupt - only used for interrupts on external clock change */
|
/* 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
|
#endif
|
||||||
c_sof, c_aud_ctl, p_for_mclk_count
|
c_sof, c_aud_ctl, p_for_mclk_count
|
||||||
#ifdef HID_CONTROLS
|
#ifdef HID_CONTROLS
|
||||||
|
|||||||
Reference in New Issue
Block a user