mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
|
|
# A logging message, output with PX4_{WARN,ERR,INFO}
|
||
|
|
|
||
|
|
uint8 severity # log level (same as in the linux kernel, starting with 0)
|
||
|
|
uint8[127] text
|
||
|
|
|