mirror of https://github.com/ArduPilot/ardupilot
Tracker: move rally-point handling up
This commit is contained in:
parent
2717244dd8
commit
cf50c43f75
|
@ -17,6 +17,8 @@ protected:
|
|||
uint32_t telem_delay() const override { return 0; }
|
||||
|
||||
AP_Mission *get_mission() override { return nullptr; };
|
||||
AP_Rally *get_rally() const override { return nullptr; };
|
||||
|
||||
uint8_t sysid_my_gcs() const override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue