aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/usbserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rp2040/usbserial.c')
-rw-r--r--src/rp2040/usbserial.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rp2040/usbserial.c b/src/rp2040/usbserial.c
index 83838d2d..aafe53ef 100644
--- a/src/rp2040/usbserial.c
+++ b/src/rp2040/usbserial.c
@@ -160,13 +160,6 @@ usb_set_configure(void)
USB_BUF_CTRL_AVAIL | USB_BUF_CTRL_LAST | DPBUF_SIZE);
}
-void
-usb_request_bootloader(void)
-{
- // Use the bootrom-provided code to reset into BOOTSEL mode
- reset_to_usb_boot(0, 0);
-}
-
/****************************************************************
* USB Errata workaround