mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 04:50:36 +08:00
mavlink: accessor for _mavlink_fd
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user