mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user