Resolved build issue with NUM_USB_CHAN_OUT = 0

This commit is contained in:
Ross Owen
2023-08-23 13:00:24 +01:00
parent fc3e3636ec
commit a8a0feaf52

View File

@@ -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); XUD_SetReady_OutPtr(aud_from_host_usb_ep, aud_from_host_fifo_start + 4);
outOverflow = 0; outOverflow = 0;
} }
}
#endif #endif
}
/* Wait for handshake back and pass back up */ /* Wait for handshake back and pass back up */
chkct(c_mix_out, XS1_CT_END); chkct(c_mix_out, XS1_CT_END);