diff options
Diffstat (limited to 'src/rp2040/main.c')
-rw-r--r-- | src/rp2040/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rp2040/main.c b/src/rp2040/main.c index 95fa5f15..144b8796 100644 --- a/src/rp2040/main.c +++ b/src/rp2040/main.c @@ -49,9 +49,7 @@ bootloader_request(void) { watchdog_hw->ctrl = 0; try_request_canboot(); - // Use the bootrom-provided code to reset into BOOTSEL mode - if (CONFIG_MACH_RP2040) - bootrom_reboot_usb_bootloader(); + bootrom_reboot_usb_bootloader(); } |