mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AntennaTracker: ignore MSG_AOA_SSA
This commit is contained in:
parent
c9f413da38
commit
03430c98d1
@ -271,6 +271,7 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
||||
case MSG_RPM:
|
||||
case MSG_MISSION_ITEM_REACHED:
|
||||
case MSG_POSITION_TARGET_GLOBAL_INT:
|
||||
case MSG_AOA_SSA:
|
||||
break; // just here to prevent a warning
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user