From 73d8aa1413c517815ce6fdb0d33a78ea1192ea67 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 18 Dec 2013 11:47:25 +0000 Subject: [PATCH] Removed reference to EP0_THREAD_COMBINED_WITH_SPI and assocaited params --- module_usb_audio/endpoint0/endpoint0.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.h b/module_usb_audio/endpoint0/endpoint0.h index 59314dcb..da30bf93 100644 --- a/module_usb_audio/endpoint0/endpoint0.h +++ b/module_usb_audio/endpoint0/endpoint0.h @@ -16,10 +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 -#ifdef EP0_THREAD_COMBINED_WITH_SPI - , chanend c_spi, chanend c_spi_ss -#endif -); + chanend ?c_mix_ctl,chanend ?c_clk_ctl, chanend ?c_usb_test); #endif