summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-02 12:33:47 +0700
committerhathach <[email protected]>2022-03-02 12:33:47 +0700
commit635fb9dcdd08c736a4b0161381068b51ef4c140e (patch)
tree67bfc9213a9ddcf363b28641f0d606802f0399c6 /src/portable/raspberrypi
parent918f3e9caec1e5566feac9214b7142b950a3d27c (diff)
try to fix ci
Diffstat (limited to 'src/portable/raspberrypi')
-rw-r--r--src/portable/raspberrypi/rp2040/hcd_rp2040.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/portable/raspberrypi/rp2040/hcd_rp2040.c b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
index 53b372fcb..7bbf00efe 100644
--- a/src/portable/raspberrypi/rp2040/hcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
@@ -387,6 +387,11 @@ void hcd_port_reset(uint8_t rhport)
// TODO: Nothing to do here yet. Perhaps need to reset some state?
}
+void hcd_port_reset_end(uint8_t rhport)
+{
+ (void) rhport;
+}
+
bool hcd_port_connect_status(uint8_t rhport)
{
pico_trace("hcd_port_connect_status\n");