Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jun 17, 2024
1 parent 9884b7f commit fde0136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/hepa-uv/firmware/gpio_drive_hardware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace gpio_drive_hardware {

// NOLINT[cppcoreguidelines-pro-type-member-init]
// NOLINTBEGIN(cppcoreguidelines-pro-type-member-init)
struct GpioDrivePins {
gpio::PinConfig door_open;
gpio::PinConfig reed_switch;
Expand All @@ -16,5 +16,6 @@ struct GpioDrivePins {
gpio::PinConfig uv_on_off;
std::optional<gpio::PinConfig> safety_relay_active = std::nullopt;
};
// NOLINTEND(cppcoreguidelines-pro-type-member-init)

} // namespace gpio_drive_hardware

0 comments on commit fde0136

Please sign in to comment.