Skip to content

Commit

Permalink
AP_Vehicle: add AUTO_RTL_EXIT mode reason
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 authored and rmackay9 committed Sep 7, 2021
1 parent f848917 commit ccd330a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Vehicle/ModeReason.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ enum class ModeReason : uint8_t {
FRSKY_COMMAND = 42,
FENCE_RETURN_PREVIOUS_MODE = 43,
QRTL_INSTEAD_OF_RTL = 44,
AUTO_RTL_EXIT = 45,
};

0 comments on commit ccd330a

Please sign in to comment.