mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: add AP_LTM_TELEM_ENABLED
This commit is contained in:
parent
75862b3e27
commit
5f095304cf
|
@ -1082,7 +1082,7 @@ public:
|
|||
// frsky backend
|
||||
class AP_Frsky_Telem *frsky;
|
||||
|
||||
#if !HAL_MINIMIZE_FEATURES
|
||||
#if AP_LTM_TELEM_ENABLED
|
||||
// LTM backend
|
||||
AP_LTM_Telem ltm_telemetry;
|
||||
#endif
|
||||
|
|
|
@ -2243,7 +2243,7 @@ void GCS::setup_uarts()
|
|||
frsky = nullptr;
|
||||
}
|
||||
}
|
||||
#if !HAL_MINIMIZE_FEATURES
|
||||
#if AP_LTM_TELEM_ENABLED
|
||||
ltm_telemetry.init();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue