Commit 97eb82b8 authored by Don Gagne's avatar Don Gagne

MockUAS reports as MAV_AUTOPILOT_PX4

parent 10d9e376
......@@ -103,7 +103,7 @@ public:
virtual QList<LinkInterface*>* getLinks() { Q_ASSERT(false); return NULL; };
virtual bool systemCanReverse() const { Q_ASSERT(false); return false; };
virtual QString getSystemTypeName() { Q_ASSERT(false); return _bogusString; };
virtual int getAutopilotType() { Q_ASSERT(false); return 0; };
virtual int getAutopilotType() { return MAV_AUTOPILOT_PX4; };
virtual QGCUASFileManager* getFileManager() {Q_ASSERT(false); return NULL; }
/** @brief Send a message over this link (to this or to all UAS on this link) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment