Skip to content

Commit 5c06f7b

Browse files
committed
Update dcd_dwc2.c
1 parent 7b140e7 commit 5c06f7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: components/arduino_tinyusb/src/dcd_dwc2.c

-1
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)