mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -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) :
|
||||
_ahrs(ahrs),
|
||||
_battery(battery),
|
||||
_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()
|
||||
_rng(rng)
|
||||
{}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user