Tracker: compilation fixes for ServoRelayEvents in superclass

This commit is contained in:
Peter Barker 2017-07-15 08:36:47 +10:00 committed by Francisco Ferreira
parent 4723194a01
commit 8e289f1a47
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ protected:
AP_Mission *get_mission() override { return nullptr; };
AP_Rally *get_rally() const override { return nullptr; };
AP_ServoRelayEvents *get_servorelayevents() const override { return nullptr; }
uint8_t sysid_my_gcs() const override;