diff options
Diffstat (limited to 'src/stm32/stm32f0.c')
-rw-r--r-- | src/stm32/stm32f0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32f0.c b/src/stm32/stm32f0.c index 6b13d737..a751b546 100644 --- a/src/stm32/stm32f0.c +++ b/src/stm32/stm32f0.c @@ -163,6 +163,7 @@ check_usb_dfu_bootloader(void) void usb_request_bootloader(void) { + try_request_canboot(); usb_reboot_for_dfu_bootloader(); } |