Copter: Tradheli-default RC8_OPTION to motor interlock

This commit is contained in:
bnsgeyer 2019-01-26 09:34:19 -05:00 committed by Randy Mackay
parent 07d9e8c224
commit 62ffd273aa

View File

@ -1194,6 +1194,7 @@ void Copter::convert_pid_parameters(void)
{ "PSC_VELXY_D", 0.0f },
{ "PSC_VELXY_I", 0.5f },
{ "PSC_VELXY_P", 1.0f },
{ "RC8_OPTION", 32 },
};
AP_Param::set_defaults_from_table(heli_defaults_table, ARRAY_SIZE(heli_defaults_table));
#endif