mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
SITL: Removed trailing underscore
This commit is contained in:
parent
78fcf7057c
commit
d2901dc9c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user