1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

core/embed: add hint in fatal error on unix

This commit is contained in:
Tomas Susanka 2019-08-01 14:17:46 +02:00
parent 1a5ca74e2d
commit 4b1955dcd3

View File

@ -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 (;;)