mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
ArduPlane: tidy use of GPS mavlink defines
This commit is contained in:
parent
875580069c
commit
c91968017b
@ -623,8 +623,10 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||||||
MSG_CURRENT_WAYPOINT,
|
MSG_CURRENT_WAYPOINT,
|
||||||
MSG_GPS_RAW,
|
MSG_GPS_RAW,
|
||||||
MSG_GPS_RTK,
|
MSG_GPS_RTK,
|
||||||
|
#if GPS_MAX_RECEIVERS > 1
|
||||||
MSG_GPS2_RAW,
|
MSG_GPS2_RAW,
|
||||||
MSG_GPS2_RTK,
|
MSG_GPS2_RTK,
|
||||||
|
#endif
|
||||||
MSG_NAV_CONTROLLER_OUTPUT,
|
MSG_NAV_CONTROLLER_OUTPUT,
|
||||||
#if AP_FENCE_ENABLED
|
#if AP_FENCE_ENABLED
|
||||||
MSG_FENCE_STATUS,
|
MSG_FENCE_STATUS,
|
||||||
|
Loading…
Reference in New Issue
Block a user