diff options
| author | hathach <[email protected]> | 2020-09-05 20:34:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-05 21:12:43 +0700 |
| commit | 9a6d7c648e3f41529fad2e2af7e01dc5c56003ac (patch) | |
| tree | cdd9fac963c0c9ce3dd9ee9c4b6db42ab0a153a9 /src/host/ehci | |
| parent | 828f720207d4ded25ed533ea6c52da49c799b476 (diff) | |
clean up enum task
Diffstat (limited to 'src/host/ehci')
| -rw-r--r-- | src/host/ehci/ehci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c index 13e9b0edc..3c02086c9 100644 --- a/src/host/ehci/ehci.c +++ b/src/host/ehci/ehci.c @@ -326,6 +326,9 @@ bool hcd_edpt_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr, uint8_t * // attach TD qhd->qtd_overlay.next.address = (uint32_t) qtd; + }else + { + // TODO implement later } return true; |
