mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Tracker: move common mission handling up to GCS_MAVLINK
This commit is contained in:
parent
48f2fcfebc
commit
4ec309222d
@ -16,6 +16,8 @@ protected:
|
||||
// as currently Tracker may brick XBees
|
||||
uint32_t telem_delay() const override { return 0; }
|
||||
|
||||
AP_Mission *get_mission() override { return nullptr; };
|
||||
|
||||
private:
|
||||
|
||||
void handleMessage(mavlink_message_t * msg) override;
|
||||
|
Loading…
Reference in New Issue
Block a user