Skip to content

Commit

Permalink
#sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed May 8, 2024
1 parent 6669922 commit 58b8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libcyphal/transport/can/transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class TransportImpl final : public ICanTransport, private TransportDelegate
return cetl::nullopt;
}

CETL_NODISCARD ProtocolParams getProtocolParams() const noexcept final
CETL_NODISCARD ProtocolParams getProtocolParams() const noexcept
{
std::size_t min_mtu = std::numeric_limits<std::size_t>::max();
for (const Media& media : media_array_)
Expand Down

0 comments on commit 58b8d29

Please sign in to comment.