From 49e751786a9b34e44ba58dfffcfac0a5b41cf5cf Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 15 May 2014 16:18:10 +0100 Subject: [PATCH] Removed use of c_usb_test from main --- module_usb_audio/main.xc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index 1a35b797..5559f4ad 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -247,12 +247,6 @@ void usb_audio_core(chanend c_mix_out chan c_xud_out[ENDPOINT_COUNT_OUT]; /* Endpoint channels for XUD */ chan c_xud_in[ENDPOINT_COUNT_IN]; chan c_aud_ctl; -#ifdef TEST_MODE_SUPPORT -#warning Building with test mode support - chan c_usb_test; -#else -#define c_usb_test null -#endif #ifdef CHAN_BUFF_CTRL #warning Using channel to control buffering - this may reduce performance but improve power consumption chan c_buff_ctrl;