mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 22:30:34 +08:00
added streams to mavlink messages
This commit is contained in:
committed by
Julian Oes
parent
edbe7e3ef0
commit
62bf0a6cf8
@@ -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>()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user