mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: implement dummy afs singleton getting to avoid linking AFS
This commit is contained in:
parent
bba019abc2
commit
8deec7b60f
@ -655,3 +655,4 @@ void AP_Camera::send_feedback(mavlink_channel_t chan) {}
|
|||||||
|
|
||||||
// dummy method to avoid linking AFS
|
// dummy method to avoid linking AFS
|
||||||
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reason) {return false;}
|
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reason) {return false;}
|
||||||
|
AP_AdvancedFailsafe *AP::advancedfailsafe() { return nullptr; }
|
||||||
|
Loading…
Reference in New Issue
Block a user