forked from Archive/PX4-Autopilot
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…
Reference in New Issue