mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
RC_Channel_aux: add epm to servo function enum
This commit is contained in:
parent
f71aeea61d
commit
79f95efb71
@ -67,6 +67,7 @@ public:
|
||||
k_flaperon2 = 25, ///< flaperon, right wing
|
||||
k_steering = 26, ///< ground steering, used to separate from rudder
|
||||
k_parachute_release = 27, ///< parachute release
|
||||
k_epm = 28, ///< epm gripper
|
||||
k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one)
|
||||
} Aux_servo_function_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user