mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user