diff options
| author | hathach <[email protected]> | 2022-03-02 12:33:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-02 12:33:47 +0700 |
| commit | 635fb9dcdd08c736a4b0161381068b51ef4c140e (patch) | |
| tree | 67bfc9213a9ddcf363b28641f0d606802f0399c6 /src/portable/ohci/ohci.c | |
| parent | 918f3e9caec1e5566feac9214b7142b950a3d27c (diff) | |
try to fix ci
Diffstat (limited to 'src/portable/ohci/ohci.c')
| -rw-r--r-- | src/portable/ohci/ohci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/portable/ohci/ohci.c b/src/portable/ohci/ohci.c index cb4e6dc4a..db087716f 100644 --- a/src/portable/ohci/ohci.c +++ b/src/portable/ohci/ohci.c @@ -216,6 +216,11 @@ void hcd_port_reset(uint8_t hostid) OHCI_REG->rhport_status[0] = RHPORT_PORT_RESET_STATUS_MASK; } +void hcd_port_reset_end(uint8_t rhport) +{ + (void) rhport; +} + bool hcd_port_connect_status(uint8_t hostid) { (void) hostid; |
