|
|
|
@ -109,9 +109,6 @@
@@ -109,9 +109,6 @@
|
|
|
|
|
# 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 |
|
|
|
|
#if ADSB_ENABLED == ENABLED |
|
|
|
|
# include <AP_ADSB/AP_ADSB.h> |
|
|
|
|
#endif |
|
|
|
@ -404,10 +401,6 @@ private:
@@ -404,10 +401,6 @@ private:
|
|
|
|
|
FUNCTOR_BIND_MEMBER(&Copter::handle_battery_failsafe, void, const char*, const int8_t), |
|
|
|
|
_failsafe_priorities}; |
|
|
|
|
|
|
|
|
|
#if FRSKY_TELEM_ENABLED == ENABLED |
|
|
|
|
// FrSky telemetry support
|
|
|
|
|
AP_Frsky_Telem frsky_telemetry; |
|
|
|
|
#endif |
|
|
|
|
#if DEVO_TELEM_ENABLED == ENABLED |
|
|
|
|
AP_DEVO_Telem devo_telemetry; |
|
|
|
|
#endif |
|
|
|
|