forked from Archive/PX4-Autopilot
mavlink: accessor for _mavlink_fd
This commit is contained in:
parent
fefe19a7b9
commit
1c49f132a4
|
@ -200,6 +200,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