aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Steinhaus <holger@steinhaus-home.de>2014-11-13 10:45:32 +0100
committerHolger Steinhaus <holger@steinhaus-home.de>2014-11-13 10:45:32 +0100
commit6a543b1d0154d7da9ddb4123df1479cf01aa88bc (patch)
tree82ef28f014093d3f8f03ccb405f337f3ebf0ccf1 /src
parenta18460183cdfa590af29c2299acb30206b418cb1 (diff)
downloadpx4-firmware-6a543b1d0154d7da9ddb4123df1479cf01aa88bc.tar.gz
px4-firmware-6a543b1d0154d7da9ddb4123df1479cf01aa88bc.tar.bz2
px4-firmware-6a543b1d0154d7da9ddb4123df1479cf01aa88bc.zip
build fix
Diffstat (limited to 'src')
-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 c880fe099..2dd90e69d 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 power, range [0..1]
+ float value; /**< output power, range [0..1] */
};
/**