AP_Vehicle: clean up short failsafe

This commit is contained in:
Hwurzburg 2021-11-02 19:06:13 -05:00 committed by Andrew Tridgell
parent 8e3265d1f6
commit d132f0f3fb
1 changed files with 1 additions and 0 deletions

View File

@ -65,4 +65,5 @@ enum class ModeReason : uint8_t {
AUTO_RTL_EXIT = 45,
LOITER_ALT_REACHED_QLAND = 46,
LOITER_ALT_IN_VTOL = 47,
RADIO_FAILSAFE_RECOVERY = 48,
};