Copter: default RC_OPTIONS to 0 for tradheli

This commit is contained in:
Mark Whitehorn 2020-07-08 06:53:04 -06:00 committed by Andrew Tridgell
parent 0d5de343d2
commit 8325de0845
1 changed files with 1 additions and 0 deletions

View File

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