mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
common.xml - Fix typo in DEBUG_FLOAT_ARRAY (#2236)
This commit is contained in:
@@ -7665,7 +7665,7 @@
|
||||
<message id="350" name="DEBUG_FLOAT_ARRAY">
|
||||
<description>Large debug/prototyping array. The message uses the maximum available payload for data. The array_id and name fields are used to discriminate between messages in code and in user interfaces (respectively). Do not use in production code.</description>
|
||||
<field type="uint64_t" name="time_usec" units="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.</field>
|
||||
<field type="char[10]" name="name">Name, for human-friendly in a Ground Control Station</field>
|
||||
<field type="char[10]" name="name">Name, for human-friendly display in a Ground Control Station</field>
|
||||
<field type="uint16_t" name="array_id" instance="true">Unique ID used to discriminate between arrays</field>
|
||||
<extensions/>
|
||||
<field type="float[58]" name="data">data</field>
|
||||
|
||||
Reference in New Issue
Block a user