AntennaTracker: ignore MSG_AOA_SSA

This commit is contained in:
Andrew Tridgell 2017-04-19 20:05:52 +10:00
parent c9f413da38
commit 03430c98d1

View File

@ -271,6 +271,7 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
case MSG_RPM: case MSG_RPM:
case MSG_MISSION_ITEM_REACHED: case MSG_MISSION_ITEM_REACHED:
case MSG_POSITION_TARGET_GLOBAL_INT: case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_AOA_SSA:
break; // just here to prevent a warning break; // just here to prevent a warning
} }
return true; return true;