aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorHolger Steinhaus <holger@steinhaus-home.de>2014-11-03 19:37:44 +0100
committerHolger Steinhaus <holger@steinhaus-home.de>2014-11-03 19:37:44 +0100
commita18460183cdfa590af29c2299acb30206b418cb1 (patch)
treeb3b5594e1c8c84c15ea6aaac55b6ee10c820e2fc /src/modules/uORB
parentf8ba5f8dae146529e3ff28f4330cdc4daaa6f260 (diff)
downloadpx4-firmware-a18460183cdfa590af29c2299acb30206b418cb1.tar.gz
px4-firmware-a18460183cdfa590af29c2299acb30206b418cb1.tar.bz2
px4-firmware-a18460183cdfa590af29c2299acb30206b418cb1.zip
motor_test: cleanup
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/topics/test_motor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/test_motor.h b/src/modules/uORB/topics/test_motor.h
index 491096934..c880fe099 100644
--- a/src/modules/uORB/topics/test_motor.h
+++ b/src/modules/uORB/topics/test_motor.h
@@ -57,7 +57,7 @@
struct test_motor_s {
uint64_t timestamp; /**< output timestamp in us since system boot */
unsigned motor_number; /**< number of motor to spin */
- float value; /**< output data, in natural output units */
+ float value; /**< output power, range [0..1]
};
/**