aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB/topics/differential_pressure.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2013-02-24 16:01:08 +0100
committerThomas Gubler <thomasgubler@gmail.com>2013-02-24 16:01:08 +0100
commit2707d2c1dde65dfb9ba48258994badb4b57f9627 (patch)
treebb7c4b742511ad4443f8a4b7c937a180b0208e1a /apps/uORB/topics/differential_pressure.h
parent2c2c65d446f991b273ee1f275fd2bc8440f74844 (diff)
downloadpx4-firmware-2707d2c1dde65dfb9ba48258994badb4b57f9627.tar.gz
px4-firmware-2707d2c1dde65dfb9ba48258994badb4b57f9627.tar.bz2
px4-firmware-2707d2c1dde65dfb9ba48258994badb4b57f9627.zip
more fixes for the airspeed readout
Diffstat (limited to 'apps/uORB/topics/differential_pressure.h')
-rw-r--r--apps/uORB/topics/differential_pressure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/uORB/topics/differential_pressure.h b/apps/uORB/topics/differential_pressure.h
index fd7670cbc..78a37fdf4 100644
--- a/apps/uORB/topics/differential_pressure.h
+++ b/apps/uORB/topics/differential_pressure.h
@@ -49,7 +49,7 @@
*/
/**
- * Battery voltages and status
+ * Differential pressure and airspeed
*/
struct differential_pressure_s {
uint64_t timestamp; /**< microseconds since system boot, needed to integrate */
@@ -67,4 +67,4 @@ struct differential_pressure_s {
/* register this as object request broker structure */
ORB_DECLARE(differential_pressure);
-#endif \ No newline at end of file
+#endif