|
|
|
@ -81,7 +81,6 @@
@@ -81,7 +81,6 @@
|
|
|
|
|
#include <AP_BoardConfig/AP_BoardConfig.h> |
|
|
|
|
#include <AP_BoardConfig/AP_BoardConfig_CAN.h> |
|
|
|
|
#include <AP_Frsky_Telem/AP_Frsky_Telem.h> |
|
|
|
|
#include <AP_Devo_Telem/AP_Devo_Telem.h> |
|
|
|
|
#include <AP_OSD/AP_OSD.h> |
|
|
|
|
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h> |
|
|
|
|
|
|
|
|
@ -405,11 +404,6 @@ private:
@@ -405,11 +404,6 @@ private:
|
|
|
|
|
FUNCTOR_BIND_MEMBER(&Plane::handle_battery_failsafe, void, const char*, const int8_t), |
|
|
|
|
_failsafe_priorities}; |
|
|
|
|
|
|
|
|
|
#if DEVO_TELEM_ENABLED == ENABLED |
|
|
|
|
// DEVO-M telemetry support
|
|
|
|
|
AP_DEVO_Telem devo_telemetry; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Airspeed Sensors
|
|
|
|
|
AP_Airspeed airspeed; |
|
|
|
|
|
|
|
|
|