|
|
|
@ -147,6 +147,11 @@
@@ -147,6 +147,11 @@
|
|
|
|
|
#if CAMERA == ENABLED |
|
|
|
|
# include <AP_Camera/AP_Camera.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if DEVO_TELEM_ENABLED == ENABLED |
|
|
|
|
#include <AP_Devo_Telem/AP_Devo_Telem.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if ADVANCED_FAILSAFE == ENABLED |
|
|
|
|
# include "afs_copter.h" |
|
|
|
|
#endif |
|
|
|
@ -441,6 +446,9 @@ private:
@@ -441,6 +446,9 @@ private:
|
|
|
|
|
// FrSky telemetry support
|
|
|
|
|
AP_Frsky_Telem frsky_telemetry{ahrs, battery, rangefinder}; |
|
|
|
|
#endif |
|
|
|
|
#if DEVO_TELEM_ENABLED == ENABLED |
|
|
|
|
AP_DEVO_Telem devo_telemetry{ahrs}; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Variables for extended status MAVLink messages
|
|
|
|
|
uint32_t control_sensors_present; |
|
|
|
|