mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: add specific defines for sending of GPS mavlink messages
This commit is contained in:
parent
d4e15b1ae7
commit
36722f6d3a
|
@ -276,10 +276,16 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||||
#endif
|
#endif
|
||||||
MSG_MEMINFO,
|
MSG_MEMINFO,
|
||||||
MSG_NAV_CONTROLLER_OUTPUT,
|
MSG_NAV_CONTROLLER_OUTPUT,
|
||||||
|
#if AP_GPS_GPS_RAW_INT_SENDING_ENABLED
|
||||||
MSG_GPS_RAW,
|
MSG_GPS_RAW,
|
||||||
|
#endif
|
||||||
|
#if AP_GPS_GPS_RTK_SENDING_ENABLED
|
||||||
MSG_GPS_RTK,
|
MSG_GPS_RTK,
|
||||||
#if GPS_MAX_RECEIVERS > 1
|
#endif
|
||||||
|
#if AP_GPS_GPS2_RAW_SENDING_ENABLED
|
||||||
MSG_GPS2_RAW,
|
MSG_GPS2_RAW,
|
||||||
|
#endif
|
||||||
|
#if AP_GPS_GPS2_RTK_SENDING_ENABLED
|
||||||
MSG_GPS2_RTK,
|
MSG_GPS2_RTK,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue