mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Sub: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
c8b2f009fd
commit
6ec8919bdd
@ -522,7 +522,7 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
GOBJECT(sitl, "SIM_", SITL::SITL),
|
||||
GOBJECT(sitl, "SIM_", SITL::SIM),
|
||||
#endif
|
||||
|
||||
// @Group: BARO
|
||||
|
@ -165,7 +165,7 @@ private:
|
||||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL sitl;
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
// Mission library
|
||||
|
Loading…
Reference in New Issue
Block a user