mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Rover: use library gcs_severity
This commit is contained in:
parent
fefbeacf86
commit
3438316288
@ -118,13 +118,6 @@ enum ap_message {
|
||||
MSG_RETRY_DEFERRED // this must be last
|
||||
};
|
||||
|
||||
enum gcs_severity {
|
||||
SEVERITY_LOW=1,
|
||||
SEVERITY_MEDIUM,
|
||||
SEVERITY_HIGH,
|
||||
SEVERITY_CRITICAL
|
||||
};
|
||||
|
||||
// Logging parameters
|
||||
#define LOG_CTUN_MSG 0x01
|
||||
#define LOG_NTUN_MSG 0x02
|
||||
|
Loading…
Reference in New Issue
Block a user