Allow nullable chanend and insert asserts to capture invalid use

This commit is contained in:
Ed
2021-07-06 15:05:21 +01:00
parent 364efa72c3
commit 65103d8c88
5 changed files with 14 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
* \param c_EANativeTransport_ctrl Optional chanend to be connected to EA Native
* endpoint manager if present
*/
void XUA_Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend c_audioCtrl,
void XUA_Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend ?c_audioCtrl,
chanend ?c_mix_ctl,chanend ?c_clk_ctl, chanend ?c_EANativeTransport_ctr, client interface i_dfu ?dfuInterface
VENDOR_REQUESTS_PARAMS_DEC_);