mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: save bytes when AP_AIS_ENABLED is false
This commit is contained in:
parent
d665d2c56e
commit
20563bf58d
|
@ -569,7 +569,9 @@ static const ap_message STREAM_PARAMS_msgs[] = {
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_ADSB_msgs[] = {
|
static const ap_message STREAM_ADSB_msgs[] = {
|
||||||
MSG_ADSB_VEHICLE,
|
MSG_ADSB_VEHICLE,
|
||||||
|
#if AP_AIS_ENABLED
|
||||||
MSG_AIS_VESSEL,
|
MSG_AIS_VESSEL,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
||||||
|
|
Loading…
Reference in New Issue