GCS_MAVLink: fixed typo

This commit is contained in:
Andrew Tridgell 2016-07-01 15:35:49 +10:00
parent 4dcff15603
commit a331542958

View File

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