mirror of https://github.com/ArduPilot/ardupilot
Rover: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
9ed21ad4dd
commit
dffe5be9c9
|
@ -297,7 +297,7 @@ const AP_Param::Info Rover::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: AHRS_
|
||||
|
|
|
@ -169,7 +169,7 @@ private:
|
|||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL sitl;
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
// GCS handling
|
||||
|
|
Loading…
Reference in New Issue