Skip to content

Commit c820f7c

Browse files
committed
GCS_MAVLink: add GNSS to extended_status data stream
1 parent b97a9f0 commit c820f7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/GCS_MAVLink/GCS_MAVLink_Parameters.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
239239
#endif
240240
#if AP_GPS_GPS2_RTK_SENDING_ENABLED
241241
MSG_GPS2_RTK,
242+
#endif
243+
#if AP_GPS_ENABLED
244+
MSG_GNSS,
242245
#endif
243246
MSG_NAV_CONTROLLER_OUTPUT,
244247
#if AP_FENCE_ENABLED

0 commit comments

Comments
 (0)