Copter: point to SITL parameter metadata

This commit is contained in:
Peter Barker 2021-04-07 14:50:58 +10:00 committed by Peter Barker
parent 27c262b037
commit c2411698b9

View File

@ -621,6 +621,8 @@ const AP_Param::Info Copter::var_info[] = {
#endif
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
// @Group: SIM_
// @Path: ../libraries/SITL/SITL.cpp
GOBJECT(sitl, "SIM_", SITL::SITL),
#endif