Minor initialization / formatting change

This commit is contained in:
Lorenz Meier 2013-07-10 20:59:35 +02:00
parent dc600e7d65
commit f87595a056
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ ETSAirspeed::ETSAirspeed(int bus, int address) :
_sensor_ok(false),
_measure_ticks(0),
_collect_phase(false),
_diff_pres_offset(0),
_diff_pres_offset(0.0f),
_airspeed_pub(-1),
_sample_perf(perf_alloc(PC_ELAPSED, "ets_airspeed_read")),
_comms_errors(perf_alloc(PC_COUNT, "ets_airspeed_comms_errors")),