mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 07:18: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));
|
display_printf("rev : %s\n", XSTR(GITREV));
|
||||||
printf("rev : %s\n", XSTR(GITREV));
|
printf("rev : %s\n", XSTR(GITREV));
|
||||||
#endif
|
#endif
|
||||||
display_printf("\nPlease contact Trezor support.\n");
|
display_printf("\n\n\nHint:\nIsn't the emulator already running?\n");
|
||||||
printf("\nPlease contact Trezor support.\n");
|
printf("Hint:\nIsn't the emulator already running?\n");
|
||||||
hal_delay(3000);
|
hal_delay(3000);
|
||||||
__shutdown();
|
__shutdown();
|
||||||
for (;;)
|
for (;;)
|
||||||
|
Loading…
Reference in New Issue
Block a user