stm32: call "try_request_canboot" for bootloader requests
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
129091d811
commit
3c7eea7336
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user