Add new Failure types to switch enumeration for legacy builds

M1nd3r/thp5
M1nd3r 1 month ago
parent 1d5497f0f8
commit 7d9c09d305

@ -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