mavlink: add ACTUATOR_CONTROL_TARGET1 to stream list

- closes https://github.com/PX4/Firmware/issues/14369
This commit is contained in:
mohammad
2020-03-31 03:03:34 +04:30
committed by GitHub
parent a556a44a57
commit 531efc2d53
+1
View File
@@ -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>(),