mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
AP_SpdHgtControl: added flight stage FLIGHT_LAND_ABORT
This commit is contained in:
parent
d9a4b6b089
commit
0961e1d907
@ -32,7 +32,8 @@ public:
|
||||
FLIGHT_NORMAL = 1,
|
||||
FLIGHT_TAKEOFF = 2,
|
||||
FLIGHT_LAND_APPROACH = 3,
|
||||
FLIGHT_LAND_FINAL = 4
|
||||
FLIGHT_LAND_FINAL = 4,
|
||||
FLIGHT_LAND_ABORT = 5
|
||||
};
|
||||
|
||||
// Update of the pitch and throttle demands
|
||||
|
Loading…
Reference in New Issue
Block a user