GCS_MAVLink: add CAMERA_FEEDBACK to enum

This commit is contained in:
Arthur Benemann 2014-10-31 14:40:59 +09:00 committed by Randy Mackay
parent 2e4812afb5
commit b48edf479b

View File

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