Browse Source

AP_Mission: fix examples for AP_AHRS_DCM becoming backend

gps-1.3.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
acc595ff57
  1. 2
      libraries/AP_Mission/examples/AP_Mission_test/AP_Mission_test.cpp

2
libraries/AP_Mission/examples/AP_Mission_test/AP_Mission_test.cpp

@ -29,7 +29,7 @@ private: @@ -29,7 +29,7 @@ private:
AP_Baro baro;
AP_GPS gps;
Compass compass;
AP_AHRS_DCM ahrs{};
AP_AHRS ahrs{};
GCS_Dummy _gcs;
// global constants that control how many verify calls must be made for a command before it completes

Loading…
Cancel
Save