Skip to content

Commit

Permalink
SITL: typo fix on param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinPan authored Sep 11, 2024
1 parent b63a16a commit bd2b2e2
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 @@ -373,7 +373,7 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
// @Description: Rotational acceleration of twist x axis
// @Units: rad/s/s
AP_GROUPINFO("TWIST_X", 37, SIM, twist.x, 0),
// @Param: TWIST_X
// @Param: TWIST_Y
// @DisplayName: Twist y
// @Description: Rotational acceleration of twist y axis
// @Units: rad/s/s
Expand Down

0 comments on commit bd2b2e2

Please sign in to comment.