mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Plane: use library gcs_severity
This commit is contained in:
parent
95120ed43d
commit
b940c4b28e
@ -146,13 +146,6 @@ enum ap_message {
|
||||
MSG_RETRY_DEFERRED // this must be last
|
||||
};
|
||||
|
||||
enum gcs_severity {
|
||||
SEVERITY_LOW=1,
|
||||
SEVERITY_MEDIUM,
|
||||
SEVERITY_HIGH,
|
||||
SEVERITY_CRITICAL
|
||||
};
|
||||
|
||||
// Logging message types. NOTE: If you change the value of one
|
||||
// of these then existing logs will break! Only add at the end, and
|
||||
// mark unused ones as 'deprecated', but leave them in
|
||||
|
Loading…
Reference in New Issue
Block a user