mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
feat(core): add new Failure types for legacy builds
This commit is contained in:
parent
09164a3563
commit
6c762c50bc
@ -191,6 +191,12 @@ void fsm_sendFailure(FailureType code, const char *text)
|
||||
case FailureType_Failure_InvalidSession:
|
||||
text = _("Invalid session");
|
||||
break;
|
||||
case FailureType_Failure_ThpUnallocatedChannel:
|
||||
text = _("Unallocated channel");
|
||||
break;
|
||||
case FailureType_Failure_ThpUnallocatedSession:
|
||||
text = _("Unallocated session");
|
||||
break;
|
||||
case FailureType_Failure_FirmwareError:
|
||||
text = _("Firmware error");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user