mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: Replay: add stubs to avoid linking LTM telemetry
This commit is contained in:
parent
3892c90d1f
commit
018d6bd35b
@ -976,6 +976,8 @@ AP_AdvancedFailsafe *AP::advancedfailsafe() { return nullptr; }
|
||||
// dummy method to avoid linking AP_Avoidance
|
||||
AP_Avoidance *AP::ap_avoidance() { return nullptr; }
|
||||
|
||||
// avoid building/linking LTM:
|
||||
void AP_LTM_Telem::init() {};
|
||||
// avoid building/linking Devo:
|
||||
void AP_DEVO_Telem::init() {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user