Browse Source

Tracker: fixed typo

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
8df07741c1
  1. 2
      AntennaTracker/GCS_Mavlink.h

2
AntennaTracker/GCS_Mavlink.h

@ -14,7 +14,7 @@ protected: @@ -14,7 +14,7 @@ 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; };
uint32_t telem_delay() const override { return 0; }
private:

Loading…
Cancel
Save