mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-27 04:29:03 +00:00
startup: shutdown at end instead of loop
This commit is contained in:
parent
783f1c0323
commit
2a22d9140d
@ -33,8 +33,8 @@ reset_handler:
|
|||||||
// enter the application code
|
// enter the application code
|
||||||
bl main
|
bl main
|
||||||
|
|
||||||
// loop forever if the application code returns
|
// shutdown if the application code returns
|
||||||
b .
|
b shutdown
|
||||||
|
|
||||||
.global shutdown
|
.global shutdown
|
||||||
.type shutdown, STT_FUNC
|
.type shutdown, STT_FUNC
|
||||||
|
Loading…
Reference in New Issue
Block a user