mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
#
|
|
# Log message severity
|
|
#
|
|
|
|
uint3 DEBUG = 0
|
|
uint3 INFO = 1
|
|
uint3 WARNING = 2
|
|
uint3 ERROR = 3
|
|
uint3 value
|