From 697f68344b091197e8626d863b8f57298b8babe7 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 21 Oct 2011 14:40:42 +0100 Subject: [PATCH] Added testmodes to ep0 --- module_usb_aud_shared/endpoint0/endpoint0.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module_usb_aud_shared/endpoint0/endpoint0.h b/module_usb_aud_shared/endpoint0/endpoint0.h index 3052e609..59314dcb 100644 --- a/module_usb_aud_shared/endpoint0/endpoint0.h +++ b/module_usb_aud_shared/endpoint0/endpoint0.h @@ -13,8 +13,10 @@ * present * \param c_clk_ctl Optional chanend to be connected to the clockgen thread if * present. + * \param c_usb_test Optional chanend to be connected to XUD if test modes required. */ -void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioCtrl, chanend ?c_mix_ctl,chanend ?c_clk_ctl +void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioCtrl, + chanend ?c_mix_ctl,chanend ?c_clk_ctl, chanend ?c_usb_test #ifdef EP0_THREAD_COMBINED_WITH_SPI , chanend c_spi, chanend c_spi_ss #endif