px4io: allow switching to rate ctrl wq

This commit is contained in:
Daniel Agar
2021-10-19 13:53:18 -04:00
parent c0f75b1c79
commit 4247e1320b
+1 -1
View File
@@ -708,7 +708,7 @@ void PX4IO::Run()
}
}
_mixing_output.updateSubscriptions(false, true);
_mixing_output.updateSubscriptions(true, true);
perf_end(_cycle_perf);
}