Copter: tradheli default table made static

This commit is contained in:
Randy Mackay 2018-12-06 10:29:21 +09:00
parent 94ee157575
commit 550be0bfb1
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ void Copter::convert_pid_parameters(void)
// TradHeli default parameters
#if FRAME_CONFIG == HELI_FRAME
const struct AP_Param::defaults_table_struct heli_defaults_table[] = {
static const struct AP_Param::defaults_table_struct heli_defaults_table[] = {
{ "LOIT_ACC_MAX", 500.0f },
{ "LOIT_BRK_ACCEL", 125.0f },
{ "LOIT_BRK_DELAY", 1.0f },