mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-19 04:37:54 -06:00
stm32: call "try_request_canboot" for bootloader requests
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
129091d811
commit
3c7eea7336
5 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,7 @@ check_usb_dfu_bootloader(void)
|
|||
void
|
||||
usb_request_bootloader(void)
|
||||
{
|
||||
try_request_canboot();
|
||||
usb_reboot_for_dfu_bootloader();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue