mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
fix last commit
This commit is contained in:
parent
795875523b
commit
d131dc7405
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
void __attribute__((noreturn)) __fatal_error(const char *msg) {
|
void __attribute__((noreturn)) __fatal_error(const char *msg) {
|
||||||
printf("FATAL ERROR:\n");
|
printf("FATAL ERROR:\n");
|
||||||
printf(msg);
|
printf("%s\n", msg);
|
||||||
printf("\n");
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user