Browse Source

AP_Compass: fix examples for AP_AHRS_DCM becoming backend

gps-1.3.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
875b6331a4
  1. 2
      libraries/AP_Compass/examples/AP_Compass_test/AP_Compass_test.cpp

2
libraries/AP_Compass/examples/AP_Compass_test/AP_Compass_test.cpp

@ -31,7 +31,7 @@ static AP_BoardConfig board_config; @@ -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…
Cancel
Save