Copter: add Bitmask param description for PILOT_THR_BHV

This commit is contained in:
Randy Mackay 2016-01-14 14:48:06 +09:00
parent 2c5f9422d4
commit dc2ec5db18
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ const AP_Param::Info Copter::var_info[] = {
// @Description: Bitmask containing various throttle stick options. Add up the values for options that you want.
// @User: Standard
// @Values: 0:None,1:Feedback from mid stick,2:High throttle cancels landing
// @Bitmask: 0:Feedback from mid stick,1:High throttle cancels landing
GSCALAR(throttle_behavior, "PILOT_THR_BHV", 0),
// @Group: SERIAL