stm32: call "try_request_canboot" for bootloader requests

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-31 07:34:26 -04:00 committed by KevinOConnor
parent 129091d811
commit 3c7eea7336
5 changed files with 5 additions and 0 deletions

View file

@ -133,6 +133,7 @@ check_usb_dfu_bootloader(void)
void
usb_request_bootloader(void)
{
try_request_canboot();
usb_reboot_for_dfu_bootloader();
}