Commit 4676ee85 authored by Lorenz Meier's avatar Lorenz Meier

Bump serial link thread priority

parent 19eb13dc
...@@ -428,7 +428,7 @@ bool SerialLink::connect() ...@@ -428,7 +428,7 @@ bool SerialLink::connect()
m_stopp = false; m_stopp = false;
} }
start(LowPriority); start(HighPriority);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment