mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: add EKF_STATUS_REPORT to enum
This commit is contained in:
parent
3c555fc396
commit
5ee67e63ec
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue