diff options
| author | tswan-quasi <[email protected]> | 2022-10-20 11:04:49 -0400 |
|---|---|---|
| committer | tswan-quasi <[email protected]> | 2022-10-20 11:04:49 -0400 |
| commit | 0b5504708172aa269653924da95e358720aabf7d (patch) | |
| tree | fc975d3fe1fea529001ac994caa7bc56a71f205c /src | |
| parent | fe4278554b04c3446b30f28fdb6aaad908f8fa48 (diff) | |
typo fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c index ed6c14f17..80d85fa46 100644 --- a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c +++ b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c @@ -421,7 +421,7 @@ static void bus_reset(uint8_t rhport) tu_memclr(&_dcd, sizeof(dcd_data_t)); edpt_reset_all(rhport); - // disable all endpoints as epecified by LPC55S69 UM Table 778 + // disable all endpoints as specified by LPC55S69 UM Table 778 for(uint8_t ep_id = 0; ep_id < 2*MAX_EP_PAIRS; ep_id++) { _dcd.ep[ep_id][0].disable = _dcd.ep[ep_id][1].disable = 1; |
