mirror of https://github.com/ArduPilot/ardupilot
Copter: compatibility with revised AP_Frsky_Telem class
This commit is contained in:
parent
43006a31a3
commit
c0bd21d9f2
|
@ -55,7 +55,7 @@ Copter::Copter(void) :
|
|||
loiter_time_max(0),
|
||||
loiter_time(0),
|
||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||
frsky_telemetry(ahrs, battery),
|
||||
frsky_telemetry(ahrs, battery, rangefinder, inertial_nav),
|
||||
#endif
|
||||
climb_rate(0),
|
||||
target_rangefinder_alt(0.0f),
|
||||
|
|
Loading…
Reference in New Issue