mirror of https://github.com/ArduPilot/ardupilot
Copter: do not send ahrs3 mavlink message
This commit is contained in:
parent
9d3427ec86
commit
b32c5a840b
|
@ -425,7 +425,6 @@ static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||||
MSG_ATTITUDE,
|
MSG_ATTITUDE,
|
||||||
MSG_SIMSTATE,
|
MSG_SIMSTATE,
|
||||||
MSG_AHRS2,
|
MSG_AHRS2,
|
||||||
MSG_AHRS3,
|
|
||||||
MSG_PID_TUNING // Up to four PID_TUNING messages are sent, depending on GCS_PID_MASK parameter
|
MSG_PID_TUNING // Up to four PID_TUNING messages are sent, depending on GCS_PID_MASK parameter
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_EXTRA2_msgs[] = {
|
static const ap_message STREAM_EXTRA2_msgs[] = {
|
||||||
|
|
Loading…
Reference in New Issue