We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe42785 commit 0b55047Copy full SHA for 0b55047
src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c
@@ -421,7 +421,7 @@ static void bus_reset(uint8_t rhport)
421
tu_memclr(&_dcd, sizeof(dcd_data_t));
422
edpt_reset_all(rhport);
423
424
- // disable all endpoints as epecified by LPC55S69 UM Table 778
+ // disable all endpoints as specified by LPC55S69 UM Table 778
425
for(uint8_t ep_id = 0; ep_id < 2*MAX_EP_PAIRS; ep_id++)
426
{
427
_dcd.ep[ep_id][0].disable = _dcd.ep[ep_id][1].disable = 1;
0 commit comments