Tracker: fixed typo

This commit is contained in:
Andrew Tridgell 2016-07-01 15:34:44 +10:00
parent 45c72eb442
commit 8df07741c1
1 changed files with 1 additions and 1 deletions

View File

@ -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: