From 3c7eea7336349475c03aa2fd186a5f73fc195d28 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Tue, 31 May 2022 07:34:26 -0400 Subject: stm32: call "try_request_canboot" for bootloader requests Signed-off-by: Eric Callahan --- src/stm32/stm32f4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stm32/stm32f4.c') diff --git a/src/stm32/stm32f4.c b/src/stm32/stm32f4.c index 149cd171..58d8dbb4 100644 --- a/src/stm32/stm32f4.c +++ b/src/stm32/stm32f4.c @@ -231,6 +231,7 @@ check_usb_dfu_bootloader(void) void usb_request_bootloader(void) { + try_request_canboot(); if (CONFIG_STM32_FLASH_START_4000) usb_hid_bootloader(); usb_reboot_for_dfu_bootloader(); -- cgit v1.2.3-70-g09d2