|
|
|
@ -37,7 +37,6 @@
@@ -37,7 +37,6 @@
|
|
|
|
|
#include <AP_Camera/AP_Camera.h> // Camera triggering |
|
|
|
|
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library |
|
|
|
|
#include <AP_Declination/AP_Declination.h> // Compass declination library |
|
|
|
|
#include <AP_Frsky_Telem/AP_Frsky_Telem.h> |
|
|
|
|
#include <AP_Devo_Telem/AP_Devo_Telem.h> |
|
|
|
|
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library |
|
|
|
|
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor (uncalibated IMU) Library |
|
|
|
@ -299,10 +298,6 @@ private:
@@ -299,10 +298,6 @@ private:
|
|
|
|
|
FUNCTOR_BIND_MEMBER(&Rover::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 |
|
|
|
|