mirror of https://github.com/ArduPilot/ardupilot
Blimp: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
6ec8919bdd
commit
9ed21ad4dd
|
@ -123,7 +123,7 @@ private:
|
|||
const uint8_t num_flight_modes = 6;
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL sitl;
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
// Arming/Disarming management class
|
||||
|
|
|
@ -388,7 +388,7 @@ const AP_Param::Info Blimp::var_info[] = {
|
|||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
GOBJECT(sitl, "SIM_", SITL::SITL),
|
||||
GOBJECT(sitl, "SIM_", SITL::SIM),
|
||||
#endif
|
||||
|
||||
// @Group: BARO
|
||||
|
|
Loading…
Reference in New Issue