build fix

This commit is contained in:
Holger Steinhaus
2014-11-13 10:45:32 +01:00
parent a18460183c
commit 6a543b1d01
+1 -1
View File
@@ -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] */
};
/**