From dc2ec5db18dbc4c11ea27089a0d760a1833f6206 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 14 Jan 2016 14:48:06 +0900 Subject: [PATCH] Copter: add Bitmask param description for PILOT_THR_BHV --- ArduCopter/Parameters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index f30f091e67..14fa7fb9e3 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -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