mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Frsky_Telem: simplified constructor
This commit is contained in:
parent
1f2d17e8e7
commit
4f8cea6844
@ -27,20 +27,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
AP_Frsky_Telem::AP_Frsky_Telem(AP_AHRS &ahrs, const AP_BattMonitor &battery, const RangeFinder &rng) :
|
AP_Frsky_Telem::AP_Frsky_Telem(AP_AHRS &ahrs, const AP_BattMonitor &battery, const RangeFinder &rng) :
|
||||||
_ahrs(ahrs),
|
_ahrs(ahrs),
|
||||||
_battery(battery),
|
_battery(battery),
|
||||||
_rng(rng),
|
_rng(rng)
|
||||||
_port(NULL),
|
|
||||||
_protocol(),
|
|
||||||
_initialised_uart(),
|
|
||||||
_crc(0),
|
|
||||||
_ap(),
|
|
||||||
_relative_home_altitude(0.0f),
|
|
||||||
_control_sensors_timer(),
|
|
||||||
_paramID(),
|
|
||||||
_gps(),
|
|
||||||
_passthrough(),
|
|
||||||
_SPort(),
|
|
||||||
_D(),
|
|
||||||
_msg_chunk()
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user