GCS_MAVLink: add OPTICAL_FLOW to ap_message enum

This commit is contained in:
Randy Mackay 2014-12-08 13:42:05 +09:00
parent 2b9bf69c9e
commit da247bacf8

View File

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