mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
AP_Logger: add vibration failsafe error subsystem
This commit is contained in:
parent
e5f724bc3a
commit
dee4e867e4
@ -126,6 +126,7 @@ enum class LogErrorSubsystem : uint8_t {
|
||||
FAILSAFE_SENSORS = 26,
|
||||
FAILSAFE_LEAK = 27,
|
||||
PILOT_INPUT = 28,
|
||||
FAILSAFE_VIBE = 29,
|
||||
};
|
||||
|
||||
// bizarrely this enumeration has lots of duplicate values, offering
|
||||
|
Loading…
Reference in New Issue
Block a user