Skip to content

Commit 7810227

Browse files
author
gomavlib-bot
committed
1 parent 1229a5d commit 7810227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dialects/common/message_statustext.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package common
66
type MessageStatustext struct {
77
// Severity of status. Relies on the definitions within RFC-5424.
88
Severity MAV_SEVERITY `mavenum:"uint8"`
9-
// Status text message, without null termination character
9+
// Status text message, without null termination character. UTF-8 encoded.
1010
Text string `mavlen:"50"`
1111
// Unique (opaque) identifier for this statustext message. May be used to reassemble a logical long-statustext message from a sequence of chunks. A value of zero indicates this is the only chunk in the sequence and the message can be emitted immediately.
1212
Id uint16 `mavext:"true"`

0 commit comments

Comments
 (0)