Browse Source

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

gps-1.3.1
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
dffe5be9c9
  1. 2
      Rover/Parameters.cpp
  2. 2
      Rover/Rover.h

2
Rover/Parameters.cpp

@ -297,7 +297,7 @@ const AP_Param::Info Rover::var_info[] = { @@ -297,7 +297,7 @@ const AP_Param::Info Rover::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: AHRS_

2
Rover/Rover.h

@ -169,7 +169,7 @@ private: @@ -169,7 +169,7 @@ private:
#endif
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SITL sitl;
SITL::SIM sitl;
#endif
// GCS handling

Loading…
Cancel
Save