mirror of https://github.com/ArduPilot/ardupilot
Tools: adjust for when LTM telemetry is disabled
This commit is contained in:
parent
c672301df3
commit
67aa9ecdd4
|
@ -111,8 +111,10 @@ bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reaso
|
|||
// dummy method to avoid linking AP_Avoidance
|
||||
// AP_Avoidance *AP::ap_avoidance() { return nullptr; }
|
||||
|
||||
#if AP_LTM_TELEM_ENABLED
|
||||
// avoid building/linking LTM:
|
||||
void AP_LTM_Telem::init() {};
|
||||
#endif
|
||||
#if AP_DEVO_TELEM_ENABLED
|
||||
// avoid building/linking Devo:
|
||||
void AP_DEVO_Telem::init() {};
|
||||
|
|
Loading…
Reference in New Issue