From a8a0feaf5266454b5a9e1b8cd2457c5313c64e7d Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 23 Aug 2023 13:00:24 +0100 Subject: [PATCH] Resolved build issue with NUM_USB_CHAN_OUT = 0 --- lib_xua/src/core/buffer/decouple/decouple.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/buffer/decouple/decouple.xc b/lib_xua/src/core/buffer/decouple/decouple.xc index 79f50e54..cadebd21 100644 --- a/lib_xua/src/core/buffer/decouple/decouple.xc +++ b/lib_xua/src/core/buffer/decouple/decouple.xc @@ -835,8 +835,8 @@ void XUA_Buffer_Decouple(chanend c_mix_out XUD_SetReady_OutPtr(aud_from_host_usb_ep, aud_from_host_fifo_start + 4); outOverflow = 0; } - } #endif + } /* Wait for handshake back and pass back up */ chkct(c_mix_out, XS1_CT_END);