mirror of https://github.com/ArduPilot/ardupilot
Blimp: tidy use of GPS mavlink defines
This commit is contained in:
parent
5006242da0
commit
724104aa2a
|
@ -320,8 +320,10 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||
MSG_CURRENT_WAYPOINT, // MISSION_CURRENT
|
||||
MSG_GPS_RAW,
|
||||
MSG_GPS_RTK,
|
||||
#if GPS_MAX_RECEIVERS > 1
|
||||
MSG_GPS2_RAW,
|
||||
MSG_GPS2_RTK,
|
||||
#endif
|
||||
MSG_NAV_CONTROLLER_OUTPUT,
|
||||
#if AP_FENCE_ENABLED
|
||||
MSG_FENCE_STATUS,
|
||||
|
|
Loading…
Reference in New Issue