Tracker: GCS_MAVLink now uses Mission singleton

This commit is contained in:
Peter Barker 2018-12-13 12:02:02 +11:00 committed by Randy Mackay
parent 0fa9f43815
commit a102a0352c

View File

@ -17,7 +17,6 @@ protected:
// as currently Tracker may brick XBees // as currently Tracker may brick XBees
uint32_t telem_delay() const override { return 0; } uint32_t telem_delay() const override { return 0; }
AP_Mission *get_mission() override { return nullptr; };
AP_Rally *get_rally() const override { return nullptr; }; AP_Rally *get_rally() const override { return nullptr; };
uint8_t sysid_my_gcs() const override; uint8_t sysid_my_gcs() const override;