Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Jan 19, 2025
1 parent 92ccc2e commit b0417a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/M5UnitComponent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ class Component {
///@warning To be removed in the next minor version increase
///@name Deprecated
///@{
// clang-format off
template <typename Reg,
typename std::enable_if<std::is_integral<Reg>::value && std::is_unsigned<Reg>::value && sizeof(Reg) <= 2,
std::nullptr_t>::type = nullptr>
Expand All @@ -422,6 +423,7 @@ class Component {
{
return write_register16E(reg, value, stop, true);
}
// clang-format on
///@}

protected:
Expand Down

0 comments on commit b0417a4

Please sign in to comment.