Removed test mode chan from ep0 proto

This commit is contained in:
Ross Owen
2014-05-15 16:19:39 +01:00
parent aef302152c
commit e7fd883ec8

View File

@@ -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