mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
firmware: use __FUNCTION__ in consistency with the rest of the code
This commit is contained in:
parent
7babde646e
commit
98ad17e1ea
@ -14,7 +14,7 @@ int mp_hal_stdin_rx_chr(void) {
|
||||
}
|
||||
return c;
|
||||
} else {
|
||||
__fatal_error("vcp stdio is not configured", __FILE__, __LINE__, __func__);
|
||||
__fatal_error("vcp stdio is not configured", __FILE__, __LINE__, __FUNCTION__);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user