Skip to content

Commit

Permalink
SITL: fix previous param doc mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinPan authored Sep 11, 2024
1 parent bd2b2e2 commit 13990f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SITL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ const AP_Param::GroupInfo SIM::var_ins[] = {
// @User: Advanced
AP_GROUPINFO("ACCEL3_FAIL", 19, SIM, accel_fail[2], 0),
#endif
// @Param: GYRO_FAIL_MSK
// @Param: GYR_FAIL_MSK
// @DisplayName: Gyro Failure Mask
// @Description: Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params
// @Values: 0:Disabled, 1:Readings stopped
Expand Down

0 comments on commit 13990f6

Please sign in to comment.