Browse Source

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

gps-1.3.1
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
7e01e10056
  1. 2
      ArduCopter/Copter.h
  2. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Copter.h

@ -304,7 +304,7 @@ private: @@ -304,7 +304,7 @@ private:
AP_AHRS_View *ahrs_view;
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SITL sitl;
SITL::SIM sitl;
#endif
// Arming/Disarming management class

2
ArduCopter/Parameters.cpp

@ -624,7 +624,7 @@ const AP_Param::Info Copter::var_info[] = { @@ -624,7 +624,7 @@ const AP_Param::Info Copter::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
// @Group: BARO

Loading…
Cancel
Save