We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3e0d4 commit b860d10Copy full SHA for b860d10
legacy/intermediate_fw/trezor.c
@@ -88,7 +88,7 @@ void __attribute__((noinline, noreturn, section(".data#")))
88
reboot_device(void) {
89
__disable_irq();
90
*STAY_IN_BOOTLOADER_FLAG_ADDR = STAY_IN_BOOTLOADER_FLAG;
91
- SCB_AIRCR = SCB_AIRCR_VECTKEY | SCB_AIRCR_VECTRESET;
+ SCB_AIRCR = SCB_AIRCR_VECTKEY | SCB_AIRCR_SYSRESETREQ;
92
while (1)
93
;
94
}
0 commit comments