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 fde0136 commit dd820c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 {

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

} // namespace gpio_drive_hardware

0 comments on commit dd820c3

Please sign in to comment.