mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: tidy use of GPS mavlink defines
This commit is contained in:
parent
fbbadecfe3
commit
17459b30de
|
@ -279,8 +279,10 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||
MSG_NAV_CONTROLLER_OUTPUT,
|
||||
MSG_GPS_RAW,
|
||||
MSG_GPS_RTK,
|
||||
#if GPS_MAX_RECEIVERS > 1
|
||||
MSG_GPS2_RAW,
|
||||
MSG_GPS2_RTK,
|
||||
#endif
|
||||
};
|
||||
static const ap_message STREAM_POSITION_msgs[] = {
|
||||
MSG_LOCATION,
|
||||
|
|
Loading…
Reference in New Issue