Skip to content

Commit

Permalink
SITL: Removed trailing underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Georacer authored and peterbarker committed Jun 5, 2024
1 parent 78fcf70 commit d2901dc
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 @@ -208,7 +208,7 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
AP_GROUPINFO("TEMP_BFACTOR", 4, SIM, temp_baro_factor, 0),

AP_GROUPINFO("WIND_DIR_Z", 10, SIM, wind_dir_z, 0),
// @Param: WIND_T_
// @Param: WIND_T
// @DisplayName: Wind Profile Type
// @Description: Selects how wind varies from surface to WIND_T_ALT
// @Values: 0:square law,1: none, 2:linear-see WIND_T_COEF
Expand Down

0 comments on commit d2901dc

Please sign in to comment.