AP_Vehicle: Add additional fence mode change reason

This commit is contained in:
James O'Shannessy 2020-09-11 14:58:04 +10:00 committed by Peter Barker
parent 8ca69c2e89
commit a23e8d46da

View File

@ -60,4 +60,5 @@ enum class ModeReason : uint8_t {
RTL_COMPLETE_SWITCHING_TO_FIXEDWING_AUTOLAND,
MISSION_CMD,
FRSKY_COMMAND,
FENCE_RETURN_PREVIOUS_MODE,
};