5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 16:08:28 -04:00

SRV_Channel: add mailsail to servo function enum

This commit is contained in:
IamPete1 2018-08-22 11:46:13 +09:00 committed by Randy Mackay
parent b945970914
commit 7a8e7449fa

View File

@ -121,6 +121,7 @@ public:
k_dspoilerLeft2 = 86, ///< differential spoiler 2 (left wing)
k_dspoilerRight2 = 87, ///< differential spoiler 2 (right wing)
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)
} Aux_servo_function_t;