diff options
| author | hathach <[email protected]> | 2023-05-18 13:45:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-18 13:45:38 +0700 |
| commit | 49e2aabc819f761284dd490fd4f1c5d4ad5c3695 (patch) | |
| tree | 76e9c54c4c1ee1e2a940e8615b73b35e3ff0a878 /src/host | |
| parent | a0aea52a117246f246529459f9203ce36d2fcd81 (diff) | |
EHCI more improvement
- more dcache clean/invalidate
- extract init_periodic_list()
- improve isr list handling
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index c6fde2adc..5a3b0a087 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -175,7 +175,7 @@ bool hcd_edpt_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr, uint8_t * bool hcd_setup_send(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet[8]); // clear stall, data toggle is also reset to DATA0 -bool hcd_edpt_clear_stall(uint8_t dev_addr, uint8_t ep_addr); +bool hcd_edpt_clear_stall(uint8_t daddr, uint8_t ep_addr); //--------------------------------------------------------------------+ // USBH implemented API |
