mirror of https://github.com/ArduPilot/ardupilot
Copter: fixed build for new AHRS API
This commit is contained in:
parent
1e476e511a
commit
79a29d12f2
|
@ -330,7 +330,7 @@ static AP_Baro_HIL barometer;
|
|||
static AP_Compass_HIL compass;
|
||||
static AP_GPS_HIL g_gps_driver;
|
||||
static AP_InertialSensor_HIL ins;
|
||||
static AP_AHRS_DCM ahrs(ins, g_gps);
|
||||
static AP_AHRS_DCM ahrs(ins, barometer, g_gps);
|
||||
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
|
||||
|
|
Loading…
Reference in New Issue