mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 08:58:29 -04:00
SRV_Channel: add mailsail to servo function enum
This commit is contained in:
parent
b945970914
commit
7a8e7449fa
@ -121,6 +121,7 @@ public:
|
|||||||
k_dspoilerLeft2 = 86, ///< differential spoiler 2 (left wing)
|
k_dspoilerLeft2 = 86, ///< differential spoiler 2 (left wing)
|
||||||
k_dspoilerRight2 = 87, ///< differential spoiler 2 (right wing)
|
k_dspoilerRight2 = 87, ///< differential spoiler 2 (right wing)
|
||||||
k_winch = 88,
|
k_winch = 88,
|
||||||
|
k_mainsail_sheet = 89, ///< Main Sail control via sheet
|
||||||
k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one)
|
k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one)
|
||||||
} Aux_servo_function_t;
|
} Aux_servo_function_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user