Tracker: move rally-point handling up

This commit is contained in:
Peter Barker 2017-07-13 10:48:09 +10:00 committed by Francisco Ferreira
parent 2717244dd8
commit cf50c43f75
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ protected:
uint32_t telem_delay() const override { return 0; } uint32_t telem_delay() const override { return 0; }
AP_Mission *get_mission() override { return nullptr; }; AP_Mission *get_mission() 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;
private: private: