Skip to content

Commit

Permalink
pr review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Oct 30, 2024
1 parent 922b899 commit e99e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcyphal_demo/src/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Application final
this->value_ = libcyphal::application::registry::makeStringView(value.get_string().value);
return cetl::nullopt;
}
return libcyphal::application::registry::SetError::Coercion;
return libcyphal::application::registry::SetError::Semantics;
})}
{
}
Expand Down

0 comments on commit e99e9f6

Please sign in to comment.