From e31f7de5352f8ac6091f8a9ed2342c0eecea14ea Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 16 Oct 2025 17:40:09 +1100 Subject: [PATCH] Standard: Typo in protocol bit for MISSION_ITEM_INT (#2362) Corrected the reference to the deprecated message type from MISSION_INT to MISSION_ITEM_INT. --- message_definitions/v1.0/standard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_definitions/v1.0/standard.xml b/message_definitions/v1.0/standard.xml index c9ba5f25..df63c937 100644 --- a/message_definitions/v1.0/standard.xml +++ b/message_definitions/v1.0/standard.xml @@ -17,7 +17,7 @@ Bitmask of (optional) autopilot capabilities (64 bit). If a bit is set, the autopilot supports this capability. Autopilot supports the MISSION_ITEM float message type. - Note that MISSION_ITEM is deprecated, and autopilots should use MISSION_INT instead. + Note that MISSION_ITEM is deprecated, and autopilots should use MISSION_ITEM_INT instead.