Skip to content

Commit

Permalink
Fix typo MAV_CMD_DO_SET_MISSION_CURRENT
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Aug 31, 2022
1 parent 5043a1e commit 153939b
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 @@ -1773,7 +1773,7 @@
<param index="1" label="Number" minValue="-1" increment="1">Mission sequence value to set. -1 for the current mission item (use to reset mission without changing current mission item).</param>
<param index="2" label="Reset Mission" minValue="0" maxValue="1" increment="1">Resets mission. 1: true, 0: false. Resets jump counters to initial values and changes mission state "completed" to be "active" or "paused".</param>
<param index="3">Empty</param>
<param index="4">Empty</param
<param index="4">Empty</param>
<param index="5">Empty</param>
<param index="6">Empty</param>
<param index="7">Empty</param>
Expand Down

0 comments on commit 153939b

Please sign in to comment.