aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/airspeed
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2013-11-10 19:24:37 +0100
committerThomas Gubler <thomasgubler@gmail.com>2013-11-10 19:25:38 +0100
commitae9fae5aae2aacbdb97aab9a858dccbe39e4d40a (patch)
treee8b9bba577d13202416d98aa3b10939fbb159d38 /src/drivers/airspeed
parentc63995e91c188b476aa2608b42a366f68dced423 (diff)
downloadpx4-firmware-ae9fae5aae2aacbdb97aab9a858dccbe39e4d40a.tar.gz
px4-firmware-ae9fae5aae2aacbdb97aab9a858dccbe39e4d40a.tar.bz2
px4-firmware-ae9fae5aae2aacbdb97aab9a858dccbe39e4d40a.zip
fix MEAS airspeed and airspeed calibration
Diffstat (limited to 'src/drivers/airspeed')
-rw-r--r--src/drivers/airspeed/airspeed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/airspeed/airspeed.h b/src/drivers/airspeed/airspeed.h
index 048784813..62c0d1f17 100644
--- a/src/drivers/airspeed/airspeed.h
+++ b/src/drivers/airspeed/airspeed.h
@@ -119,7 +119,7 @@ protected:
virtual int collect() = 0;
work_s _work;
- uint16_t _max_differential_pressure_pa;
+ float _max_differential_pressure_pa;
bool _sensor_ok;
int _measure_ticks;
bool _collect_phase;