Skip to content

Commit

Permalink
removed a couple of lines of commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Jul 10, 2024
1 parent 616a0d3 commit fa4624c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/sensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,10 @@ class Sensors : public ParamListenerInterface
float diff_pressure_velocity = 0;
float diff_pressure = 0;
float diff_pressure_temp = 0;
// bool diff_pressure_valid = false;

float baro_altitude = 0;
float baro_pressure = 0;
float baro_temperature = 0;
// bool baro_valid = false;

float sonar_range = 0;
bool sonar_range_valid = false;
Expand Down

0 comments on commit fa4624c

Please sign in to comment.