mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: fixed build
This commit is contained in:
parent
254d4219d4
commit
4512e408f7
|
@ -272,6 +272,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
||||||
case MSG_OPTICAL_FLOW:
|
case MSG_OPTICAL_FLOW:
|
||||||
case MSG_GIMBAL_REPORT:
|
case MSG_GIMBAL_REPORT:
|
||||||
case MSG_EKF_STATUS_REPORT:
|
case MSG_EKF_STATUS_REPORT:
|
||||||
|
case MSG_PID_TUNING:
|
||||||
break; // just here to prevent a warning
|
break; // just here to prevent a warning
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue