mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AntennaTracker: prevent build error with MSG_RPM
This commit is contained in:
parent
3ce5f62420
commit
3f04c6415f
@ -276,6 +276,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
case MSG_PID_TUNING:
|
||||
case MSG_VIBRATION:
|
||||
case MSG_RPM:
|
||||
break; // just here to prevent a warning
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user