mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Mavlink: allow to stop (compiling, working)
This commit is contained in:
parent
346ae5b9f4
commit
ef46cd5e90
@ -129,7 +129,7 @@ MavlinkReceiver::handle_message(mavlink_message_t *msg)
|
||||
usleep(50000);
|
||||
|
||||
/* terminate other threads and this thread */
|
||||
thread_should_exit = true;
|
||||
_mavlink->_task_should_exit = true;
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user