Skip to content

Commit

Permalink
Fixed deprecation typo for MAV_CMD_SET_MESSAGE_INTERVAL (mavlink#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Dec 6, 2023
1 parent 6cf005e commit 55ba388
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 @@ -5526,7 +5526,7 @@
<field type="uint8_t" name="rssi" invalid="UINT8_MAX">Receive signal strength indicator in device-dependent units/scale. Values: [0-254], UINT8_MAX: invalid/unknown.</field>
</message>
<message id="66" name="REQUEST_DATA_STREAM">
<deprecated since="2015-08" replaced_by="SET_MESSAGE_INTERVAL"/>
<deprecated since="2015-08" replaced_by="MAV_CMD_SET_MESSAGE_INTERVAL "/>
<description>Request a data stream.</description>
<field type="uint8_t" name="target_system">The target requested to send the message stream.</field>
<field type="uint8_t" name="target_component">The target requested to send the message stream.</field>
Expand Down

0 comments on commit 55ba388

Please sign in to comment.