Plane: Convert ARMING_CHECK
This commit is contained in:
parent
8d988de033
commit
2d81ad63f5
@ -1302,8 +1302,8 @@ const AP_Param::ConversionInfo conversion_table[] = {
|
||||
{ Parameters::k_param_fs_batt_mah, 0, AP_PARAM_FLOAT, "BATT_LOW_MAH" },
|
||||
|
||||
{ Parameters::k_param_arming, 3, AP_PARAM_INT8, "ARMING_RUDDER" },
|
||||
|
||||
{ Parameters::k_param_compass_enabled_deprecated, 0, AP_PARAM_INT8, "COMPASS_ENABLE" },
|
||||
{ Parameters::k_param_arming, 128, AP_PARAM_INT16, "ARMING_CHECK" },
|
||||
};
|
||||
|
||||
void Plane::load_parameters(void)
|
||||
|
Loading…
Reference in New Issue
Block a user