mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_Airspeed: fix examples for AP_AHRS_DCM becoming backend
This commit is contained in:
parent
875b6331a4
commit
2be49cb42b
@ -32,7 +32,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
|||||||
float temperature;
|
float temperature;
|
||||||
|
|
||||||
// create an AHRS object for get_airspeed_max
|
// create an AHRS object for get_airspeed_max
|
||||||
AP_AHRS_DCM ahrs;
|
AP_AHRS ahrs;
|
||||||
|
|
||||||
// create airspeed object
|
// create airspeed object
|
||||||
AP_Airspeed airspeed;
|
AP_Airspeed airspeed;
|
||||||
|
Loading…
Reference in New Issue
Block a user