minor clean up

This commit is contained in:
hathach 2021-09-17 00:46:29 +07:00
parent c65cc75c6b
commit b363afc091
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static void process_tokdne(uint8_t rhport)
dcd_event_xfer_complete(rhport,
tu_edpt_addr(epnum, dir),
length - remaining, XFER_RESULT_SUCCESS, true);
if (0 == (s & USB_STAT_ENDP_MASK) && 0 == length) {
if (0 == epnum && 0 == length) {
/* After completion a ZLP of control transfer,
* it prepares for the next steup transfer. */
if (_dcd.addr) {