mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
Upon fatal error display 'Contact TREZOR support' instead of 'Unplug your device'.
This commit is contained in:
parent
2f9010824d
commit
8502ee61a3
2
common.c
2
common.c
@ -59,7 +59,7 @@ void __attribute__((noreturn)) __fatal_error(const char *expr, const char *msg,
|
||||
oledDrawString(0, y, line, FONT_STANDARD);
|
||||
y += FONT_HEIGHT + 1;
|
||||
|
||||
oledDrawString(0, y, "Please unplug the device.", FONT_STANDARD);
|
||||
oledDrawString(0, y, "Contact TREZOR support.", FONT_STANDARD);
|
||||
oledRefresh();
|
||||
|
||||
shutdown();
|
||||
|
2
vendor/trezor-storage
vendored
2
vendor/trezor-storage
vendored
@ -1 +1 @@
|
||||
Subproject commit 5c2765740db064c99fe54cbae79f74a3d767973c
|
||||
Subproject commit f05a2ff9ccb4562ba4bd8a75a3607bbf24a0c074
|
Loading…
Reference in New Issue
Block a user