mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 11:51:50 +00:00
try fix legacy build
This commit is contained in:
parent
f1942642bf
commit
5090ee1548
@ -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