GCS_MAVLink: add MOUNT_STATUS to message enum

This commit is contained in:
Arthur Benemann 2014-11-17 15:00:40 -08:00 committed by Randy Mackay
parent 6bee8969a1
commit 9b5684d007

View File

@ -50,6 +50,7 @@ enum ap_message {
MSG_TERRAIN,
MSG_BATTERY2,
MSG_CAMERA_FEEDBACK,
MSG_MOUNT_STATUS,
MSG_RETRY_DEFERRED // this must be last
};