Skip to content

Commit fde441c

Browse files
committed
MAVLink messages update Tue Mar 4 23:47:35 UTC 2025
1 parent 66dd525 commit fde441c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/messages/common.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3318,7 +3318,7 @@ Large debug/prototyping array. The message uses the maximum available payload fo
33183318
Field Name | Type | Units | Description
33193319
--- | --- | --- | ---
33203320
time_usec | `uint64_t` | us | Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
3321-
name | `char[10]` | | Name, for human-friendly display in a Ground Control Station
3321+
name | `char[10]` | | Name, for human-friendly in a Ground Control Station
33223322
array_id | `uint16_t` | | Unique ID used to discriminate between arrays<br>Messages with same value are from the same source (instance).
33233323
<span class='ext'>data</span> <a href='#mav2_extension_field'>++</a> | `float[58]` | | data
33243324

@@ -3370,7 +3370,7 @@ resting_minimum_voltage | `uint16_t` | mV | invalid:UINT16_MAX | Minimum per-cel
33703370

33713371
Fuel status.
33723372

3373-
This message provides "generic" fuel level information for display in a GCS and for triggering failsafes in an autopilot.
3373+
This message provides "generic" fuel level information for in a GCS and for triggering failsafes in an autopilot.
33743374
The fuel type and associated units for fields in this message are defined in the enum [MAV_FUEL_TYPE](#MAV_FUEL_TYPE).
33753375

33763376
The reported `consumed_fuel` and `remaining_fuel` must only be supplied if measured: they must not be inferred from the `maximum_fuel` and the other value.

0 commit comments

Comments
 (0)