mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
build fix
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
struct test_motor_s {
|
struct test_motor_s {
|
||||||
uint64_t timestamp; /**< output timestamp in us since system boot */
|
uint64_t timestamp; /**< output timestamp in us since system boot */
|
||||||
unsigned motor_number; /**< number of motor to spin */
|
unsigned motor_number; /**< number of motor to spin */
|
||||||
float value; /**< output power, range [0..1]
|
float value; /**< output power, range [0..1] */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user