forked from Archive/PX4-Autopilot
simulator: removed leftover (wrong) comment
This commit is contained in:
parent
09595a1de9
commit
a7e93bc2da
|
@ -655,7 +655,6 @@ void Simulator::pollForMAVLinkMessages(bool publish, int udp_port)
|
|||
struct sched_param param;
|
||||
(void)pthread_attr_getschedparam(&sender_thread_attr, ¶m);
|
||||
|
||||
/* low priority */
|
||||
param.sched_priority = SCHED_PRIORITY_DEFAULT + 40;
|
||||
(void)pthread_attr_setschedparam(&sender_thread_attr, ¶m);
|
||||
|
||||
|
|
Loading…
Reference in New Issue