Skip to content

Commit f74eb69

Browse files
SITL: adding @group tag to TA_
1 parent 6428a87 commit f74eb69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: libraries/SITL/SITL.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
299299
// @DisplayName: Wind Profile Type
300300
// @Description: Selects how wind varies from surface to WIND_T_ALT
301301
// @Values: 0:square law,1: none, 2:linear-see WIND_T_COEF
302-
// @User: Advanced
302+
// @User: Advanced
303303
AP_GROUPINFO("WIND_T" ,15, SIM, wind_type, SIM::WIND_TYPE_SQRT),
304304
// @Param: WIND_T_ALT
305305
// @DisplayName: Full Wind Altitude
@@ -475,6 +475,7 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
475475
// @Path: ./SIM_Buzzer.cpp
476476
AP_SUBGROUPINFO(buzzer_sim, "BZ_", 56, SIM, Buzzer),
477477

478+
// @Group: TA_
478479
// @Path: ./SIM_ToneAlarm.cpp
479480
AP_SUBGROUPINFO(tonealarm_sim, "TA_", 57, SIM, ToneAlarm),
480481

0 commit comments

Comments
 (0)