Browse Source

GCS_MAVLink: fixed typo

master
Andrew Tridgell 9 years ago
parent
commit
a331542958
  1. 2
      libraries/GCS_MAVLink/examples/routing/routing.cpp

2
libraries/GCS_MAVLink/examples/routing/routing.cpp

@ -19,7 +19,7 @@ public: @@ -19,7 +19,7 @@ public:
protected:
uint32_t telem_delay() const override { return 0; };
uint32_t telem_delay() const override { return 0; }
private:

Loading…
Cancel
Save