mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: error subsystem added for dead reckon failsafe
This commit is contained in:
parent
eafb118b47
commit
5b40808ee8
|
@ -181,6 +181,7 @@ enum class LogErrorSubsystem : uint8_t {
|
|||
PILOT_INPUT = 28,
|
||||
FAILSAFE_VIBE = 29,
|
||||
INTERNAL_ERROR = 30,
|
||||
FAILSAFE_DEADRECKON = 31
|
||||
};
|
||||
|
||||
// bizarrely this enumeration has lots of duplicate values, offering
|
||||
|
|
Loading…
Reference in New Issue