aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-08-24 11:49:45 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-08-24 11:49:45 +0200
commit127948f32f24e36c0c03a047b57fcd64287d9967 (patch)
tree3e2dab0acd59f0c619dacdb264003d464d39d797 /src/modules/uORB
parente09bc02c37d5e36a3c7d3feffca83e9ddfe1ed79 (diff)
downloadpx4-firmware-127948f32f24e36c0c03a047b57fcd64287d9967.tar.gz
px4-firmware-127948f32f24e36c0c03a047b57fcd64287d9967.tar.bz2
px4-firmware-127948f32f24e36c0c03a047b57fcd64287d9967.zip
Remove absolute pressure field as its not useful and confusing anywary
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 */