This commit is contained in:
rusefillc 2021-07-11 10:16:35 -04:00
parent c02214f6c5
commit 363ef89a20
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ stm32_hardware_pwm* getNextPwmDevice() {
#endif
void jump_to_bootloader() {
// leave DFU breadcrumb which assmebly startup code would check, see [rusefi][DFU] section in assembly code
// leave DFU breadcrumb which assembly startup code would check, see [rusefi][DFU] section in assembly code
*((unsigned long *)0x2001FFF0) = 0xDEADBEEF; // End of RAM
// and now reboot
NVIC_SystemReset();