mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_Compass: fix examples for AP_AHRS_DCM becoming backend
This commit is contained in:
parent
acc595ff57
commit
875b6331a4
@ -31,7 +31,7 @@ static AP_BoardConfig board_config;
|
||||
|
||||
class DummyVehicle {
|
||||
public:
|
||||
AP_AHRS_DCM ahrs; // Need since https://github.com/ArduPilot/ardupilot/pull/10890
|
||||
AP_AHRS ahrs; // Need since https://github.com/ArduPilot/ardupilot/pull/10890
|
||||
AP_Baro baro; // Compass tries to set magnetic model based on location.
|
||||
#if HAL_EXTERNAL_AHRS_ENABLED
|
||||
AP_ExternalAHRS eAHRS;
|
||||
|
Loading…
Reference in New Issue
Block a user