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

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

View File

@ -123,7 +123,7 @@ private:
const uint8_t num_flight_modes = 6; const uint8_t num_flight_modes = 6;
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL #if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SITL sitl; SITL::SIM sitl;
#endif #endif
// Arming/Disarming management class // Arming/Disarming management class

View File

@ -388,7 +388,7 @@ const AP_Param::Info Blimp::var_info[] = {
#endif #endif
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL #if CONFIG_HAL_BOARD == HAL_BOARD_SITL
GOBJECT(sitl, "SIM_", SITL::SITL), GOBJECT(sitl, "SIM_", SITL::SIM),
#endif #endif
// @Group: BARO // @Group: BARO