Skip to content

Commit

Permalink
Mark COMMAND_INT.current as not used. (mavlink#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Nov 4, 2020
1 parent 46dcc58 commit 98cca84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4842,7 +4842,7 @@
<field type="uint8_t" name="target_component">Component ID</field>
<field type="uint8_t" name="frame" enum="MAV_FRAME">The coordinate system of the COMMAND.</field>
<field type="uint16_t" name="command" enum="MAV_CMD">The scheduled action for the mission item.</field>
<field type="uint8_t" name="current">false:0, true:1</field>
<field type="uint8_t" name="current">Not used.</field>
<field type="uint8_t" name="autocontinue">Not used (set 0).</field>
<field type="float" name="param1">PARAM1, see MAV_CMD enum</field>
<field type="float" name="param2">PARAM2, see MAV_CMD enum</field>
Expand Down

0 comments on commit 98cca84

Please sign in to comment.