summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJie Feng <[email protected]>2026-06-11 22:48:29 +0800
committerJie Feng <[email protected]>2026-07-19 19:24:40 +0800
commit9dfe2e02d97960505fb96df5749d7cdf2ae82f66 (patch)
tree9fc1ed836e01babdeef99af0d432b536e13d7f35 /src
parent67a28ae7535100afc80366f29cee5fad01c9bc6f (diff)
add to docs
Diffstat (limited to 'src')
-rw-r--r--src/portable/mentor/musb/dcd_musb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/portable/mentor/musb/dcd_musb.c b/src/portable/mentor/musb/dcd_musb.c
index 0a174065f..69b7ef0de 100644
--- a/src/portable/mentor/musb/dcd_musb.c
+++ b/src/portable/mentor/musb/dcd_musb.c
@@ -736,19 +736,15 @@ void dcd_remote_wakeup(uint8_t rhport) {
}
#if defined(TUP_USBIP_MUSB_PY32)
-
-// Connect by enabling internal pull-up resistor on D+/D-
void dcd_connect(uint8_t rhport)
{
(void) rhport;
}
-// Disconnect by disabling internal pull-up resistor on D+/D-
void dcd_disconnect(uint8_t rhport)
{
(void) rhport;
}
-
#else
// Connect by enabling internal pull-up resistor on D+/D-