Add new Failure types to switch enumeration for legacy builds

M1nd3r 2 months ago
parent ffe6edc9e9
commit fc5df2af9f

@ -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…
Cancel
Save