mirror of https://github.com/ArduPilot/ardupilot
Tracker: fixed typo
This commit is contained in:
parent
45c72eb442
commit
8df07741c1
|
@ -14,7 +14,7 @@ protected:
|
||||||
// telem_delay is not used by Tracker but is pure virtual, thus
|
// telem_delay is not used by Tracker but is pure virtual, thus
|
||||||
// this implementaiton. it probably *should* be used by Tracker,
|
// this implementaiton. it probably *should* be used by Tracker,
|
||||||
// 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; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue