Plane: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
7e01e10056
commit
c8b2f009fd
@ -950,7 +950,7 @@ const AP_Param::Info Plane::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
|
||||
|
||||
#if ADVANCED_FAILSAFE == ENABLED
|
||||
|
@ -211,7 +211,7 @@ private:
|
||||
AP_SteerController steerController{};
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL sitl;
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
// Training mode
|
||||
|
Loading…
Reference in New Issue
Block a user