Skip to content

Commit

Permalink
AP_Compass: fix examples for AP_AHRS_DCM becoming backend
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Aug 31, 2021
1 parent acc595f commit 875b633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 875b633

Please sign in to comment.