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.
This commit is contained in:
Hamish Willee
2025-10-16 17:40:09 +11:00
committed by GitHub
parent 342530b83c
commit e31f7de535
+1 -1
View File
@@ -17,7 +17,7 @@
<description>Bitmask of (optional) autopilot capabilities (64 bit). If a bit is set, the autopilot supports this capability.</description>
<entry value="1" name="MAV_PROTOCOL_CAPABILITY_MISSION_FLOAT">
<description>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.
</description>
</entry>
<entry value="2" name="MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT">