mixer_module: remove unused limit_callbacks_to_primary argument

This commit is contained in:
Beat Küng
2022-11-22 11:56:36 +01:00
committed by Daniel Agar
parent 2833832968
commit a20c581111
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -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);
}