SITL: Removed trailing underscore

This commit is contained in:
George Zogopoulos 2024-05-21 19:22:45 +02:00 committed by Peter Barker
parent 78fcf7057c
commit d2901dc9c9

View File

@ -208,7 +208,7 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
AP_GROUPINFO("TEMP_BFACTOR", 4, SIM, temp_baro_factor, 0), AP_GROUPINFO("TEMP_BFACTOR", 4, SIM, temp_baro_factor, 0),
AP_GROUPINFO("WIND_DIR_Z", 10, SIM, wind_dir_z, 0), AP_GROUPINFO("WIND_DIR_Z", 10, SIM, wind_dir_z, 0),
// @Param: WIND_T_ // @Param: WIND_T
// @DisplayName: Wind Profile Type // @DisplayName: Wind Profile Type
// @Description: Selects how wind varies from surface to WIND_T_ALT // @Description: Selects how wind varies from surface to WIND_T_ALT
// @Values: 0:square law,1: none, 2:linear-see WIND_T_COEF // @Values: 0:square law,1: none, 2:linear-see WIND_T_COEF