mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
mavlink: add ACTUATOR_CONTROL_TARGET1 to stream list
- closes https://github.com/PX4/Firmware/issues/14369
This commit is contained in:
@@ -5198,6 +5198,7 @@ static const StreamListItem streams_list[] = {
|
||||
create_stream_list_item<MavlinkStreamTrajectoryRepresentationWaypoints>(),
|
||||
create_stream_list_item<MavlinkStreamOpticalFlowRad>(),
|
||||
create_stream_list_item<MavlinkStreamActuatorControlTarget<0> >(),
|
||||
create_stream_list_item<MavlinkStreamActuatorControlTarget<1> >(),
|
||||
create_stream_list_item<MavlinkStreamNamedValueFloat>(),
|
||||
create_stream_list_item<MavlinkStreamDebug>(),
|
||||
create_stream_list_item<MavlinkStreamDebugVect>(),
|
||||
|
||||
Reference in New Issue
Block a user