aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-08-25 09:14:55 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-08-25 09:14:55 +0200
commit9be755ec61733142c86e3713b7845ea9ad929538 (patch)
tree555eaf7ac3ac534f7a23c4cdefa6d366b450ec85 /src/modules/uORB
parent6d80ebfc8933091c1f2cf70a42107bf80d3db74f (diff)
parentca06c7b4e793e7ae32a5f9aaa38c353a73f113a3 (diff)
downloadpx4-firmware-9be755ec61733142c86e3713b7845ea9ad929538.tar.gz
px4-firmware-9be755ec61733142c86e3713b7845ea9ad929538.tar.bz2
px4-firmware-9be755ec61733142c86e3713b7845ea9ad929538.zip
Merge remote-tracking branch 'upstream/master' into offboard2_externalsetpointmessages
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/topics/differential_pressure.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/differential_pressure.h b/src/modules/uORB/topics/differential_pressure.h
index cd48d3cb2..7342fcf04 100644
--- a/src/modules/uORB/topics/differential_pressure.h
+++ b/src/modules/uORB/topics/differential_pressure.h
@@ -54,7 +54,6 @@
struct differential_pressure_s {
uint64_t timestamp; /**< Microseconds since system boot, needed to integrate */
uint64_t error_count; /**< Number of errors detected by driver */
- float differential_pressure_pa; /**< Differential pressure reading */
float differential_pressure_raw_pa; /**< Raw differential pressure reading (may be negative) */
float differential_pressure_filtered_pa; /**< Low pass filtered differential pressure reading */
float max_differential_pressure_pa; /**< Maximum differential pressure reading */