mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Copter: removed reliance on home_distance and home_bearing which are only in copter
This commit is contained in:
parent
4d03be94cf
commit
85a3fda879
@ -155,7 +155,7 @@ void Copter::init_ardupilot()
|
||||
// setup frsky, and pass a number of parameters to the library
|
||||
frsky_telemetry.init(serial_manager, FIRMWARE_STRING " " FRAME_CONFIG_STRING,
|
||||
FRAME_MAV_TYPE,
|
||||
&g.fs_batt_voltage, &g.fs_batt_mah, &ap.value, &home_distance, &home_bearing);
|
||||
&g.fs_batt_voltage, &g.fs_batt_mah, &ap.value);
|
||||
#endif
|
||||
|
||||
// identify ourselves correctly with the ground station
|
||||
|
Loading…
Reference in New Issue
Block a user