Update ion/src/device/shared/usb/dfu_relocated.cpp

Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com>
This commit is contained in:
devdl11
2022-04-08 18:06:15 +02:00
committed by GitHub
parent 5f50f3fc9c
commit bf1d570623

View File

@@ -59,7 +59,7 @@ void DFU(bool exitWithKeyboard, void * data) {
/* 4- Disable all interrupts
* The interrupt service routines live in the Flash and could be overwritten
* by garbage during a firmware upgrade opration, so we disable them. */
* by garbage during a firmware upgrade operation, so we disable them. */
Device::Timing::shutdown();
/* 5- Jump to DFU bootloader code. We made sure in the linker script that the