GCS_MAVLink: add EKF_STATUS_REPORT to enum

This commit is contained in:
Randy Mackay 2015-03-10 16:00:16 +09:00
parent 3c555fc396
commit 5ee67e63ec
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ enum ap_message {
MSG_MOUNT_STATUS,
MSG_OPTICAL_FLOW,
MSG_GIMBAL_REPORT,
MSG_EKF_STATUS_REPORT,
MSG_RETRY_DEFERRED // this must be last
};