diff options
Diffstat (limited to 'src/rp2040/main.c')
-rw-r--r-- | src/rp2040/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rp2040/main.c b/src/rp2040/main.c index ed84e6e0..95fa5f15 100644 --- a/src/rp2040/main.c +++ b/src/rp2040/main.c @@ -51,7 +51,7 @@ bootloader_request(void) try_request_canboot(); // Use the bootrom-provided code to reset into BOOTSEL mode if (CONFIG_MACH_RP2040) - reset_to_usb_boot(0, 0); + bootrom_reboot_usb_bootloader(); } |