mirror of https://github.com/ArduPilot/ardupilot
Sub: include SIM_ parameters in documentation
This commit is contained in:
parent
5078e6ea00
commit
d91cbf08c8
|
@ -516,6 +516,8 @@ const AP_Param::Info Sub::var_info[] = {
|
|||
#endif
|
||||
|
||||
#if AP_SIM_ENABLED
|
||||
// @Group: SIM_
|
||||
// @Path: ../libraries/SITL/SITL.cpp
|
||||
GOBJECT(sitl, "SIM_", SITL::SIM),
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue