forked from Archive/PX4-Autopilot
Fix length of mavlink log message
This commit is contained in:
parent
5088baa87d
commit
f42f229c5f
|
@ -1,4 +1,4 @@
|
|||
uint64 timestamp # Timestamp in microseconds since boot
|
||||
|
||||
uint8[51] text
|
||||
uint8[50] text
|
||||
uint8 severity
|
||||
|
|
Loading…
Reference in New Issue