mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 16:00:35 +08:00
mixer_module: remove unused limit_callbacks_to_primary argument
This commit is contained in:
@@ -404,7 +404,7 @@ void TAP_ESC::Run()
|
||||
}
|
||||
|
||||
// check at end of cycle (updateSubscriptions() can potentially change to a different WorkQueue thread)
|
||||
_mixing_output.updateSubscriptions(true, true);
|
||||
_mixing_output.updateSubscriptions(true);
|
||||
|
||||
perf_end(_cycle_perf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user