added streams to mavlink messages

This commit is contained in:
David Jablonski 2020-05-04 10:45:31 +00:00 committed by Julian Oes
parent edbe7e3ef0
commit 62bf0a6cf8
1 changed files with 3 additions and 0 deletions

View File

@ -5237,6 +5237,9 @@ static const StreamListItem streams_list[] = {
create_stream_list_item<MavlinkStreamPing>(),
create_stream_list_item<MavlinkStreamOrbitStatus>(),
create_stream_list_item<MavlinkStreamObstacleDistance>(),
create_stream_list_item<MavlinkStreamAutopilotVersion>(),
create_stream_list_item<MavlinkStreamProtocolVersion>(),
create_stream_list_item<MavlinkStreamFlightInformation>(),
create_stream_list_item<MavlinkStreamStorageInformation>()
};