|
|
|
@ -253,13 +253,6 @@ enum ap_message {
@@ -253,13 +253,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 TYPE_AIRSTART_MSG 0x00 |
|
|
|
|
#define TYPE_GROUNDSTART_MSG 0x01 |
|
|
|
|