AntennaTracker: change class name from SITL::SITL to SITL::SIM

This commit is contained in:
bugobliterator 2021-07-30 15:38:31 +05:30 committed by Andrew Tridgell
parent 7f9bbc9cfd
commit e1e03cf42a
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ const AP_Param::Info Tracker::var_info[] = {
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
// @Group: SIM_
// @Path: ../libraries/SITL/SITL.cpp
GOBJECT(sitl, "SIM_", SITL::SITL),
GOBJECT(sitl, "SIM_", SITL::SIM),
#endif
// @Group: BRD_

View File

@ -86,7 +86,7 @@ private:
AP_Logger logger;
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SITL sitl;
SITL::SIM sitl;
#endif
/**