Tracker: add EKF_STATUS_REPORT to enum

avoids a compiler warning
This commit is contained in:
Randy Mackay 2015-03-12 12:32:41 +09:00
parent c5bbd445cc
commit 94bd357c57
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_MOUNT_STATUS:
case MSG_OPTICAL_FLOW:
case MSG_GIMBAL_REPORT:
case MSG_EKF_STATUS_REPORT:
break; // just here to prevent a warning
}
return true;