Skip to content

Commit 4247e13

Browse files
committed
px4io: allow switching to rate ctrl wq
1 parent c0f75b1 commit 4247e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/px4io/px4io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ void PX4IO::Run()
708708
}
709709
}
710710

711-
_mixing_output.updateSubscriptions(false, true);
711+
_mixing_output.updateSubscriptions(true, true);
712712

713713
perf_end(_cycle_perf);
714714
}

0 commit comments

Comments
 (0)