mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
trezorhal: call shutdown in default_handler
This commit is contained in:
parent
69c17dae9b
commit
6738796d8b
@ -5,7 +5,7 @@
|
||||
.global default_handler
|
||||
.type default_handler, STT_FUNC
|
||||
default_handler:
|
||||
b . // loop forever
|
||||
b shutdown
|
||||
|
||||
.macro add_handler symbol_name:req
|
||||
.word \symbol_name
|
||||
|
Loading…
Reference in New Issue
Block a user