diff options
| author | Ha Thach <[email protected]> | 2025-05-15 21:46:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-15 21:46:55 +0700 |
| commit | 9548d51c7ec3a2c8d42058e366561f7552cf1c1d (patch) | |
| tree | ee37ca90d37810ac82dafd8ff94993edaddfd1b9 /src/class/cdc | |
| parent | 542e5b4550a01d034b78308d77c408ed89427513 (diff) | |
| parent | 38e5a67461cf7c819e845a110ef67184c2becbe4 (diff) | |
Merge pull request #3121 from hathach/bump-gcc14
Bump gcc14
Diffstat (limited to 'src/class/cdc')
| -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); |
