From e8f59676828fd5cab0a0e0005608e07c9bceb2ed Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Thu, 17 Aug 2017 12:11:42 -0400 Subject: [PATCH] GCS_MAVLink: Add MSG_NAMED_FLOAT ap_message id --- libraries/GCS_MAVLink/GCS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/GCS_MAVLink/GCS.h b/libraries/GCS_MAVLink/GCS.h index 7f1d6f66e0..761ddde09d 100644 --- a/libraries/GCS_MAVLink/GCS.h +++ b/libraries/GCS_MAVLink/GCS.h @@ -79,6 +79,7 @@ enum ap_message { MSG_BATTERY_STATUS, MSG_AOA_SSA, MSG_LANDING, + MSG_NAMED_FLOAT, MSG_LAST // MSG_LAST must be the last entry in this enum };