diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/mentor/musb/dcd_musb.c | 4 |
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- |
