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 dd820c3 commit 683a52c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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
// NOLINTNEXTLINE(cppcoreguidelines-pro-type-member-init)
struct GpioDrivePins {
gpio::PinConfig door_open;
gpio::PinConfig reed_switch;
Expand All @@ -16,6 +16,5 @@ struct GpioDrivePins {
gpio::PinConfig uv_on_off;
std::optional<gpio::PinConfig> safety_relay_active = std::nullopt;
};
// NOLINTEND

} // namespace gpio_drive_hardware

0 comments on commit 683a52c

Please sign in to comment.