Skip to content

Commit

Permalink
SRV_Channel: added k_throttle_tilt
Browse files Browse the repository at this point in the history
used for slew limiting tilted motors
  • Loading branch information
tridge committed Jan 3, 2025
1 parent 0cd4765 commit 3e2c07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/SRV_Channel/SRV_Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class SRV_Channel {
k_rcin15_mapped = 154,
k_rcin16_mapped = 155,
k_lift_release = 156,
k_throttle_tilt = 157,
k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one)
} Aux_servo_function_t;

Expand Down

0 comments on commit 3e2c07e

Please sign in to comment.