diff options
Diffstat (limited to 'src/stm32/stm32h7.c')
-rw-r--r-- | src/stm32/stm32h7.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32h7.c b/src/stm32/stm32h7.c index ebb71cfb..c615d286 100644 --- a/src/stm32/stm32h7.c +++ b/src/stm32/stm32h7.c @@ -190,6 +190,7 @@ clock_setup(void) void usb_request_bootloader(void) { + try_request_canboot(); } |