mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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) {
|
||||
printf("FATAL ERROR:\n");
|
||||
printf(msg);
|
||||
printf("\n");
|
||||
printf("%s\n", msg);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user