mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: Replay: add stubs to avoid linking devo
This commit is contained in:
parent
c7a9bed5ba
commit
eb16c30bdb
@ -968,4 +968,8 @@ void AP_Camera::control(float, float, float, float, float, float) {}
|
||||
void AP_Camera::configure(float, float, float, float, float, float, float) {}
|
||||
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reason) { return false; }
|
||||
|
||||
// avoid building/linking Devo:
|
||||
AP_DEVO_Telem::AP_DEVO_Telem() {}
|
||||
void AP_DEVO_Telem::init() {};
|
||||
|
||||
AP_HAL_MAIN_CALLBACKS(&replay);
|
||||
|
Loading…
Reference in New Issue
Block a user