common.xml - Fix typo in DEBUG_FLOAT_ARRAY (#2236)

This commit is contained in:
Hamish Willee
2025-03-06 16:15:14 +11:00
committed by GitHub
parent 1639bee595
commit a22e70ff0f
+1 -1
View File
@@ -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>