Browse Source

AP_Frsky_Telem: simplified constructor

mission-4.1.18
floaledm 9 years ago committed by Andrew Tridgell
parent
commit
4f8cea6844
  1. 15
      libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

15
libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

@ -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…
Cancel
Save