Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Nov 8, 2024
1 parent fff9349 commit 0b2a940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/peripherals/valve/ValveConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class ValveDeviceConfig
}

PwmMotorDriver& motor = motorOwner->findMotor(this->motor.get());
ValveControlStrategy* strategy;

auto switchDuration = this->switchDuration.get();
auto holdDuty = this->holdDuty.get() / 100.0;
Expand Down

0 comments on commit 0b2a940

Please sign in to comment.