From e7fd883ec878aeaa38a2e28cc9fc65a9fc7176cd Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 15 May 2014 16:19:39 +0100 Subject: [PATCH] Removed test mode chan from ep0 proto --- module_usb_audio/endpoint0/endpoint0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/endpoint0.h b/module_usb_audio/endpoint0/endpoint0.h index a464c749..be2171fa 100644 --- a/module_usb_audio/endpoint0/endpoint0.h +++ b/module_usb_audio/endpoint0/endpoint0.h @@ -16,6 +16,6 @@ * \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, chanend ?c_usb_test); + chanend ?c_mix_ctl,chanend ?c_clk_ctl); #endif