AP_Logger: add vibration failsafe error subsystem

This commit is contained in:
Randy Mackay 2019-10-05 11:13:59 +09:00
parent e5f724bc3a
commit dee4e867e4

View File

@ -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