Skip to content

Commit

Permalink
Update src/modules/sensors/voted_sensors_update.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Feb 25, 2020
1 parent 3a26783 commit f8d0d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sensors/voted_sensors_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void VotedSensorsUpdate::sensorsPoll(sensor_combined_s &raw, vehicle_air_data_s

_baro_scale[0] = corrections.baro_scale_0;
_baro_scale[1] = corrections.baro_scale_1;
_baro_scale[1] = corrections.baro_scale_2;
_baro_scale[2] = corrections.baro_scale_2;
}
}

Expand Down

0 comments on commit f8d0d77

Please sign in to comment.