mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
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
Block a user