mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Winch: minor formatting fix
This commit is contained in:
parent
36b25973d9
commit
feb852a9fc
@ -76,7 +76,7 @@ private:
|
|||||||
STATE_RELAXED = 0, // winch is not operating
|
STATE_RELAXED = 0, // winch is not operating
|
||||||
STATE_POSITION, // moving or maintaining a target length
|
STATE_POSITION, // moving or maintaining a target length
|
||||||
STATE_RATE, // deploying or retracting at a target rate
|
STATE_RATE, // deploying or retracting at a target rate
|
||||||
} winch_state;
|
} winch_state;
|
||||||
|
|
||||||
struct Backend_Config {
|
struct Backend_Config {
|
||||||
AP_Int8 type; // winch type
|
AP_Int8 type; // winch type
|
||||||
|
Loading…
Reference in New Issue
Block a user