mirror of https://github.com/ArduPilot/ardupilot
Rover: don't send fence_status mavlink message if fence not compiled in
This commit is contained in:
parent
705f2102de
commit
e71baf4a6a
|
@ -531,7 +531,9 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||
MSG_GPS2_RAW,
|
||||
MSG_GPS2_RTK,
|
||||
MSG_NAV_CONTROLLER_OUTPUT,
|
||||
#if AP_FENCE_ENABLED
|
||||
MSG_FENCE_STATUS,
|
||||
#endif
|
||||
MSG_POSITION_TARGET_GLOBAL_INT,
|
||||
};
|
||||
static const ap_message STREAM_POSITION_msgs[] = {
|
||||
|
|
Loading…
Reference in New Issue