Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,9 @@
<entry value="4" name="REBOOT_SHUTDOWN_ACTION_POWER_ON">
<description>Power on component. Do nothing if component is already powered (ACK command with MAV_RESULT_ACCEPTED).</description>
</entry>
<entry value="5" name="REBOOT_SHUTDOWN_ACTION_REBOOT_TO_MASS_STORAGE">
<description>Reboot component into a mass storage mode if supported.</description>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<description>Reboot component into a mass storage mode if supported.</description>
<description>Reboot component into a mass storage mode.</description>

</entry>
</enum>
<enum name="REBOOT_SHUTDOWN_CONDITIONS">
<description>Specifies the conditions under which the MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN command should be accepted.</description>
Expand Down
Loading