mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Copter: add parameter stream to list-of-all-streams
This commit is contained in:
parent
730dc191cc
commit
924b278120
@ -482,6 +482,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
MSG_RPM,
|
||||
MSG_ESC_TELEMETRY,
|
||||
};
|
||||
static const ap_message STREAM_PARAMS_msgs[] = {
|
||||
MSG_NEXT_PARAM
|
||||
};
|
||||
static const ap_message STREAM_ADSB_msgs[] = {
|
||||
MSG_ADSB_VEHICLE
|
||||
};
|
||||
@ -495,6 +498,7 @@ const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
||||
MAV_STREAM_ENTRY(STREAM_EXTRA2),
|
||||
MAV_STREAM_ENTRY(STREAM_EXTRA3),
|
||||
MAV_STREAM_ENTRY(STREAM_ADSB),
|
||||
MAV_STREAM_ENTRY(STREAM_PARAMS),
|
||||
MAV_STREAM_TERMINATOR // must have this at end of stream_entries
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user