Skip to content

Commit

Permalink
AP_Vehicle: add AutoLand fixed-wing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Nov 29, 2024
1 parent b7ace6c commit 3d8a8d1
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 @@ -71,4 +71,5 @@ enum class ModeReason : uint8_t {
MODE_TAKEOFF_FAILSAFE = 51,
DDS_COMMAND = 52,
AUX_FUNCTION = 53,
FIXED_WING_AUTOLAND = 54,
};

0 comments on commit 3d8a8d1

Please sign in to comment.