mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
AntennaTracker: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
7f9bbc9cfd
commit
e1e03cf42a
@ -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_
|
||||
|
@ -86,7 +86,7 @@ private:
|
||||
AP_Logger logger;
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL sitl;
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user