mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 07:20:56 +00:00
try fix legacy build
This commit is contained in:
parent
811b00d3b4
commit
ff91073f0f
@ -197,6 +197,12 @@ void fsm_sendFailure(FailureType code, const char *text)
|
||||
case FailureType_Failure_InvalidProtocol:
|
||||
text = _("Invalid protocol");
|
||||
break;
|
||||
case FailureType_Failure_BufferError:
|
||||
text = _("Buffer error");
|
||||
break;
|
||||
case FailureType_Failure_DeviceIsBusy:
|
||||
text = _("Device is busy");
|
||||
break;
|
||||
case FailureType_Failure_FirmwareError:
|
||||
text = _("Firmware error");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user