mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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;
|
||||
|
||||
// create an AHRS object for get_airspeed_max
|
||||
AP_AHRS_DCM ahrs;
|
||||
AP_AHRS ahrs;
|
||||
|
||||
// create airspeed object
|
||||
AP_Airspeed airspeed;
|
||||
|
Loading…
Reference in New Issue
Block a user