Plane: add missing AccZ bit from GCS_PID_MASK doc

This commit is contained in:
Bob Long 2024-11-14 17:08:02 +11:00 committed by Peter Barker
parent 44ef597647
commit a69b777d17
1 changed files with 1 additions and 1 deletions

View File

@ -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