forked from Archive/PX4-Autopilot
mavlink: accessor for _mavlink_fd
This commit is contained in:
parent
e4628fbed6
commit
134633c7f0
|
@ -196,6 +196,8 @@ public:
|
|||
|
||||
bool _task_should_exit; /**< if true, mavlink task should exit */
|
||||
|
||||
int get_mavlink_fd() { return _mavlink_fd; }
|
||||
|
||||
protected:
|
||||
Mavlink *next;
|
||||
|
||||
|
|
Loading…
Reference in New Issue