Copter: move copter-specific AP_Arming code into Copter subclass
This commit is contained in:
parent
e3dc408295
commit
81b731b214
@ -13,6 +13,9 @@ public:
|
||||
, _inav(inav)
|
||||
, _ahrs_navekf(ahrs_ref)
|
||||
{
|
||||
// default REQUIRE parameter to 1 (Copter does not have an
|
||||
// actual ARMING_REQUIRE parameter)
|
||||
require.set_default(YES_MIN_PWM);
|
||||
}
|
||||
|
||||
/* Do not allow copies */
|
||||
|
Loading…
Reference in New Issue
Block a user