From 53fe649016456a71b6fd187627d4a8c9d103a56c Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Sat, 7 Mar 2015 07:50:50 -0800 Subject: [PATCH] GCS_MAVLink: add MSG_MAG_CAL_PROGRESS and _REPORT --- libraries/GCS_MAVLink/GCS.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/GCS_MAVLink/GCS.h b/libraries/GCS_MAVLink/GCS.h index 083714a5b6..211bda9342 100644 --- a/libraries/GCS_MAVLink/GCS.h +++ b/libraries/GCS_MAVLink/GCS.h @@ -61,6 +61,8 @@ enum ap_message { MSG_MOUNT_STATUS, MSG_OPTICAL_FLOW, MSG_GIMBAL_REPORT, + MSG_MAG_CAL_PROGRESS, + MSG_MAG_CAL_REPORT, MSG_EKF_STATUS_REPORT, MSG_LOCAL_POSITION, MSG_PID_TUNING,