diff options
| author | hathach <[email protected]> | 2021-05-31 11:11:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-31 11:11:00 +0700 |
| commit | 5cf930d78a9e31924008ac6bd145ddf2af76b42f (patch) | |
| tree | 7457f18090f16ed511ccf33c9208f2b855cb55f9 /src/portable | |
| parent | c2a0c1507b0db15a06773e321bd5c782bac54d39 (diff) | |
fix cast-align warning in msc host
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/ehci/ehci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/ehci/ehci.c b/src/portable/ehci/ehci.c index eab1f8928..a1c12e70d 100644 --- a/src/portable/ehci/ehci.c +++ b/src/portable/ehci/ehci.c @@ -302,7 +302,6 @@ bool hcd_edpt_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr, uint8_t * uint8_t const epnum = tu_edpt_number(ep_addr); uint8_t const dir = tu_edpt_dir(ep_addr); - // FIXME control only for now if ( epnum == 0 ) { ehci_qhd_t* qhd = qhd_control(dev_addr); |
