|
|
|
@ -81,7 +81,6 @@
@@ -81,7 +81,6 @@
|
|
|
|
|
#include <AP_Notify/AP_Notify.h> // Notify library |
|
|
|
|
#include <AP_BattMonitor/AP_BattMonitor.h> // Battery monitor library |
|
|
|
|
#include <AP_BoardConfig/AP_BoardConfig.h> // board configuration library |
|
|
|
|
#include <AP_Frsky_Telem/AP_Frsky_Telem.h> |
|
|
|
|
#include <AP_LandingGear/AP_LandingGear.h> // Landing Gear library |
|
|
|
|
#include <AP_Terrain/AP_Terrain.h> |
|
|
|
|
#include <AP_ADSB/AP_ADSB.h> |
|
|
|
@ -111,6 +110,9 @@
@@ -111,6 +110,9 @@
|
|
|
|
|
#include <AC_PrecLand/AC_PrecLand.h> |
|
|
|
|
#include <AP_IRLock/AP_IRLock.h> |
|
|
|
|
#endif |
|
|
|
|
#if FRSKY_TELEM_ENABLED == ENABLED |
|
|
|
|
#include <AP_Frsky_Telem/AP_Frsky_Telem.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Local modules
|
|
|
|
|
#include "Parameters.h" |
|
|
|
@ -1034,7 +1036,6 @@ private:
@@ -1034,7 +1036,6 @@ private:
|
|
|
|
|
bool optflow_position_ok(); |
|
|
|
|
void update_auto_armed(); |
|
|
|
|
void check_usb_mux(void); |
|
|
|
|
void frsky_telemetry_send(void); |
|
|
|
|
bool should_log(uint32_t mask); |
|
|
|
|
bool current_mode_has_user_takeoff(bool must_navigate); |
|
|
|
|
bool do_user_takeoff(float takeoff_alt_cm, bool must_navigate); |
|
|
|
|