Copter: ignore MSG_AOA_SSA

This commit is contained in:
Andrew Tridgell 2017-04-19 20:05:53 +10:00
parent 7cc1009dab
commit 1a8669201e

View File

@ -547,6 +547,7 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
case MSG_WIND:
case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_SERVO_OUT:
case MSG_AOA_SSA:
// unused
break;