Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
8d403ddf
Commit
8d403ddf
authored
Aug 08, 2017
by
Don Gagne
Committed by
GitHub
Aug 08, 2017
Browse files
Merge pull request #5518 from mavlink/pr-reduce-mavlink-decoder-prio
MAVLink decoder: Run at lowest priority
parents
da02ca1a
6023c1bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MAVLinkDecoder.cc
View file @
8d403ddf
...
...
@@ -43,7 +43,7 @@ MAVLinkDecoder::MAVLinkDecoder(MAVLinkProtocol* protocol) :
connect
(
protocol
,
&
MAVLinkProtocol
::
messageReceived
,
this
,
&
MAVLinkDecoder
::
receiveMessage
);
connect
(
this
,
&
MAVLinkDecoder
::
finish
,
this
,
&
QThread
::
quit
);
start
(
LowPriority
);
start
(
Low
est
Priority
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment