aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@qgroundcontrol.org>2014-11-13 10:53:54 +0100
committerLorenz Meier <lm@qgroundcontrol.org>2014-11-13 10:53:54 +0100
commitaedcfe1d177810d8a4f63c8b5c18543c3efd97d2 (patch)
treed379724b5169154d55b52607e34c4aacd668355d /src
parentd9989962a9ef06ce363082ed82c0ff2a647beabc (diff)
parent6a543b1d0154d7da9ddb4123df1479cf01aa88bc (diff)
downloadpx4-firmware-aedcfe1d177810d8a4f63c8b5c18543c3efd97d2.tar.gz
px4-firmware-aedcfe1d177810d8a4f63c8b5c18543c3efd97d2.tar.bz2
px4-firmware-aedcfe1d177810d8a4f63c8b5c18543c3efd97d2.zip
Merge pull request #1452 from hsteinhaus/drive_testing
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] */
};
/**