mirror of https://github.com/ArduPilot/ardupilot
Rover: split AP_HAL_SITL and HAL_SIM_ENABLED
This commit is contained in:
parent
a501a86c8d
commit
318678ac96
|
@ -294,7 +294,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
GOBJECT(ins, "INS_", AP_InertialSensor),
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#if AP_SIM_ENABLED
|
||||
// @Group: SIM_
|
||||
// @Path: ../libraries/SITL/SITL.cpp
|
||||
GOBJECT(sitl, "SIM_", SITL::SIM),
|
||||
|
|
Loading…
Reference in New Issue