Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c021c0c

Browse files
committedAug 19, 2024·
Merge branch 'master' into release/v5.3
2 parents e7412ce + 5c06f7b commit c021c0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎components/arduino_tinyusb/src/dcd_dwc2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ static void edpt_activate(uint8_t rhport, tusb_desc_endpoint_t const * p_endpoin
226226
} else {
227227
fifo_num = get_free_fifo();
228228
}
229-
TU_ASSERT(fifo_num != 0);
230229
#endif
231230
dwc2->epin[epnum].diepctl = dxepctl | (fifo_num << DIEPCTL_TXFNUM_Pos);
232231
dwc2->daintmsk |= (1 << (DAINTMSK_IEPM_Pos + epnum));

0 commit comments

Comments
 (0)
Please sign in to comment.