From 1bc57b91dc3373167411b8b85821cbee0da83809 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 13 Nov 2013 16:43:22 +0000 Subject: [PATCH] Fixed build issue when DFU not enabled. --- module_usb_audio/endpoint0/endpoint0.xc | 2 -- 1 file changed, 2 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.xc b/module_usb_audio/endpoint0/endpoint0.xc index 0dd3d312..0c3a30b1 100755 --- a/module_usb_audio/endpoint0/endpoint0.xc +++ b/module_usb_audio/endpoint0/endpoint0.xc @@ -567,9 +567,7 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl, c_audioControl, c_mix_ctl, c_clk_ctl); } #endif -#ifdef DFU } -#endif } break;