mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
simulator: removed leftover (wrong) comment
This commit is contained in:
@@ -655,7 +655,6 @@ void Simulator::pollForMAVLinkMessages(bool publish, int udp_port)
|
|||||||
struct sched_param param;
|
struct sched_param param;
|
||||||
(void)pthread_attr_getschedparam(&sender_thread_attr, ¶m);
|
(void)pthread_attr_getschedparam(&sender_thread_attr, ¶m);
|
||||||
|
|
||||||
/* low priority */
|
|
||||||
param.sched_priority = SCHED_PRIORITY_DEFAULT + 40;
|
param.sched_priority = SCHED_PRIORITY_DEFAULT + 40;
|
||||||
(void)pthread_attr_setschedparam(&sender_thread_attr, ¶m);
|
(void)pthread_attr_setschedparam(&sender_thread_attr, ¶m);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user