mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +00:00
core/embed: add hint in fatal error on unix (#378)
core/embed: add hint in fatal error on unix
This commit is contained in:
commit
776071e220
@ -62,8 +62,8 @@ __fatal_error(const char *expr, const char *msg, const char *file, int line,
|
||||
display_printf("rev : %s\n", XSTR(GITREV));
|
||||
printf("rev : %s\n", XSTR(GITREV));
|
||||
#endif
|
||||
display_printf("\nPlease contact Trezor support.\n");
|
||||
printf("\nPlease contact Trezor support.\n");
|
||||
display_printf("\n\n\nHint:\nIsn't the emulator already running?\n");
|
||||
printf("Hint:\nIsn't the emulator already running?\n");
|
||||
hal_delay(3000);
|
||||
__shutdown();
|
||||
for (;;)
|
||||
|
Loading…
Reference in New Issue
Block a user