mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: move telemetry_delayed up into base class
This commit is contained in:
parent
87a7907a63
commit
ad4d23c34d
@ -11,6 +11,11 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
// telem_delay is not used by Tracker but is pure virtual, thus
|
||||||
|
// this implementaiton. it probably *should* be used by Tracker,
|
||||||
|
// as currently Tracker may brick XBees
|
||||||
|
uint32_t telem_delay() const override { return 0; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
void handleMessage(mavlink_message_t * msg) override;
|
void handleMessage(mavlink_message_t * msg) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user