aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32g0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/stm32g0.c')
-rw-r--r--src/stm32/stm32g0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32g0.c b/src/stm32/stm32g0.c
index 4906f051..a98cc811 100644
--- a/src/stm32/stm32g0.c
+++ b/src/stm32/stm32g0.c
@@ -133,6 +133,7 @@ check_usb_dfu_bootloader(void)
void
usb_request_bootloader(void)
{
+ try_request_canboot();
usb_reboot_for_dfu_bootloader();
}