Skip to content

Commit 4924617

Browse files
hamishwilleepeterbarker
authored andcommitted
Standard: Typo in protocol bit for MISSION_ITEM_INT
Corrected the reference to the replacement for MISSION_ITEM. ArduPilot side of mavlink#2362
1 parent eea0f17 commit 4924617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_definitions/v1.0/standard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<description>Bitmask of (optional) autopilot capabilities (64 bit). If a bit is set, the autopilot supports this capability.</description>
1818
<entry value="1" name="MAV_PROTOCOL_CAPABILITY_MISSION_FLOAT">
1919
<description>Autopilot supports the MISSION_ITEM float message type.
20-
Note that MISSION_ITEM is deprecated, and autopilots should use MISSION_INT instead.
20+
Note that MISSION_ITEM is deprecated, and autopilots should use MISSION_ITEM_INT instead.
2121
</description>
2222
</entry>
2323
<entry value="2" name="MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT">

0 commit comments

Comments
 (0)