Skip to content

Commit

Permalink
Plane: add missing AccZ bit from GCS_PID_MASK doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Nov 14, 2024
1 parent 86f2167 commit b4d141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AP_Param::Info Plane::var_info[] = {
// @DisplayName: GCS PID tuning mask
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
// @User: Advanced
// @Bitmask: 0:Roll,1:Pitch,2:Yaw,3:Steering,4:Landing
// @Bitmask: 0:Roll,1:Pitch,2:Yaw,3:Steering,4:Landing,5:AccZ
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),

// @Param: KFF_RDDRMIX
Expand Down

0 comments on commit b4d141c

Please sign in to comment.