mirror of https://github.com/ArduPilot/ardupilot
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;
|
||||
|
||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||
// Inertial Navigation
|
||||
AP_InertialNav_NavEKF inertial_nav {ahrs};
|
||||
// FrSky telemetry support
|
||||
AP_Frsky_Telem frsky_telemetry {ahrs, battery, rangefinder, inertial_nav};
|
||||
AP_Frsky_Telem frsky_telemetry {ahrs, battery, rangefinder};
|
||||
#endif
|
||||
|
||||
// Airspeed Sensors
|
||||
|
|
Loading…
Reference in New Issue