forked from Archive/PX4-Autopilot
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
|
||
|
|