This commit is contained in:
2025-09-12 18:31:15 +03:00
parent 5f802ff57e
commit c7dd816481
3 changed files with 294 additions and 87 deletions

View File

@@ -52,7 +52,7 @@ struct MccFiniteStateMachineCategory : public std::error_category {
const char* name() const noexcept
{
return "ADC_GENERIC_DEVICE";
return "MCC-FSM-ERROR-CATEGORY";
}
std::string message(int ec) const