mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_Arming: add LANDING arm/disarm method for Copter
This commit is contained in:
parent
d387ad9921
commit
f926c27470
@ -72,6 +72,7 @@ public:
|
||||
PILOT_INPUT_FAILSAFE = 29, // only disarm uses this...
|
||||
TOYMODELANDTHROTTLE = 30, // only disarm uses this...
|
||||
TOYMODELANDFORCE = 31, // only disarm uses this...
|
||||
LANDING = 32, // only disarm uses this...
|
||||
UNKNOWN = 100,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user