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

This commit is contained in:
bugobliterator 2021-07-30 15:39:44 +05:30 committed by Andrew Tridgell
parent c8b2f009fd
commit 6ec8919bdd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -165,7 +165,7 @@ private:
#endif
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SITL sitl;
SITL::SIM sitl;
#endif
// Mission library