diff options
Diffstat (limited to 'src/stm32/stm32f1.c')
-rw-r--r-- | src/stm32/stm32f1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32f1.c b/src/stm32/stm32f1.c index 526ec485..25bba83f 100644 --- a/src/stm32/stm32f1.c +++ b/src/stm32/stm32f1.c @@ -243,6 +243,7 @@ usb_stm32duino_bootloader(void) void usb_request_bootloader(void) { + try_request_canboot(); if (CONFIG_STM32_FLASH_START_800) usb_hid_bootloader(); else if (CONFIG_STM32_FLASH_START_2000) |