mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Plane: fix for AP_FrSky_Telem API change
This commit is contained in:
parent
0bcc9c4cb0
commit
a5f20d8c44
@ -417,10 +417,8 @@ private:
|
|||||||
AP_BattMonitor battery;
|
AP_BattMonitor battery;
|
||||||
|
|
||||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||||
// Inertial Navigation
|
|
||||||
AP_InertialNav_NavEKF inertial_nav {ahrs};
|
|
||||||
// FrSky telemetry support
|
// FrSky telemetry support
|
||||||
AP_Frsky_Telem frsky_telemetry {ahrs, battery, rangefinder, inertial_nav};
|
AP_Frsky_Telem frsky_telemetry {ahrs, battery, rangefinder};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Airspeed Sensors
|
// Airspeed Sensors
|
||||||
|
Loading…
Reference in New Issue
Block a user