diff options
| author | HiFiPhile <[email protected]> | 2025-05-15 21:36:05 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-05-15 21:36:05 +0200 |
| commit | 619ef71fdb5da5dbfabe76189ead4ab97837ec12 (patch) | |
| tree | e9447fd7b94f2332d295833b2f15ded4237f9c74 /src/class/cdc/cdc_host.c | |
| parent | 98da642627200c89b5fd8ce0624ed494a1c1e98d (diff) | |
| parent | 9548d51c7ec3a2c8d42058e366561f7552cf1c1d (diff) | |
Merge branch 'master' into xfer_close
Diffstat (limited to 'src/class/cdc/cdc_host.c')
| -rw-r--r-- | src/class/cdc/cdc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c index 4058857c5..bf245db3f 100644 --- a/src/class/cdc/cdc_host.c +++ b/src/class/cdc/cdc_host.c @@ -672,7 +672,7 @@ void cdch_close(uint8_t daddr) { bool cdch_xfer_cb(uint8_t daddr, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes) { // TODO handle stall response, retry failed transfer ... - TU_ASSERT(event == XFER_RESULT_SUCCESS); + TU_VERIFY(event == XFER_RESULT_SUCCESS); uint8_t const idx = get_idx_by_ep_addr(daddr, ep_addr); cdch_interface_t * p_cdc = get_itf(idx); |
