Tools: Replay: add stubs to avoid linking devo

This commit is contained in:
Peter Barker 2019-03-15 15:41:58 +11:00 committed by Peter Barker
parent c7a9bed5ba
commit eb16c30bdb

View File

@ -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);