Skip to content
Snippets Groups Projects
Commit a7e93bc2 authored by Julian Oes's avatar Julian Oes
Browse files

simulator: removed leftover (wrong) comment

parent 09595a1d
No related branches found
No related tags found
No related merge requests found
......@@ -655,7 +655,6 @@ void Simulator::pollForMAVLinkMessages(bool publish, int udp_port)
struct sched_param param;
(void)pthread_attr_getschedparam(&sender_thread_attr, &param);
/* low priority */
param.sched_priority = SCHED_PRIORITY_DEFAULT + 40;
(void)pthread_attr_setschedparam(&sender_thread_attr, &param);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment