From a7e93bc2da8bff80291e101a3d8b009e3bc0b32f Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 15 Oct 2018 15:06:51 +0200 Subject: [PATCH] simulator: removed leftover (wrong) comment --- src/modules/simulator/simulator_mavlink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/simulator/simulator_mavlink.cpp b/src/modules/simulator/simulator_mavlink.cpp index 3dea43e879..a6a131f585 100644 --- a/src/modules/simulator/simulator_mavlink.cpp +++ b/src/modules/simulator/simulator_mavlink.cpp @@ -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);