Skip to content

Commit 40e8600

Browse files
committed
MAVLink messages update Tue May 26 07:52:10 UTC 2026
1 parent e9e4419 commit 40e8600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/messages/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ messages_lost | `uint32_t` | | Messages lost (estimated from counting seq)
169169

170170
<span class="warning">**SUPERSEDED:** Replaced By [MAV_CMD_DO_SET_MODE](#MAV_CMD_DO_SET_MODE) (2015-12) — Use [COMMAND_LONG](#COMMAND_LONG) with [MAV_CMD_DO_SET_MODE](#MAV_CMD_DO_SET_MODE) instead)</span>
171171

172-
Set the system mode, as defined by enum [MAV_MODE](#MAV_MODE). There is no target component id as the mode is by definition for the overall aircraft, not only for one component.
172+
Set the system mode, as defined by enum [MAV_MODE_FLAG](#MAV_MODE_FLAG). There is no target component id as the mode is by definition for the overall aircraft, not only for one component.
173173

174174
Field Name | Type | Values | Description
175175
--- | --- | --- | ---
176176
target_system | `uint8_t` | | The system setting the mode
177-
base_mode | `uint8_t` | [MAV_MODE](#MAV_MODE) | The new base mode.
177+
base_mode | `uint8_t` | [MAV_MODE_FLAG](#MAV_MODE_FLAG) | The new base mode.
178178
custom_mode | `uint32_t` | | The new autopilot-specific mode. This field can be ignored by an autopilot.
179179

180180

0 commit comments

Comments
 (0)