Browse Source

AP_Airspeed: fix examples for AP_AHRS_DCM becoming backend

gps-1.3.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
2be49cb42b
  1. 2
      libraries/AP_Airspeed/examples/Airspeed/Airspeed.cpp

2
libraries/AP_Airspeed/examples/Airspeed/Airspeed.cpp

@ -32,7 +32,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL(); @@ -32,7 +32,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
float temperature;
// create an AHRS object for get_airspeed_max
AP_AHRS_DCM ahrs;
AP_AHRS ahrs;
// create airspeed object
AP_Airspeed airspeed;

Loading…
Cancel
Save