diff --git a/ArduCopter/system.cpp b/ArduCopter/system.cpp index 221a92bb9a2700..6679766a3b41d7 100644 --- a/ArduCopter/system.cpp +++ b/ArduCopter/system.cpp @@ -524,6 +524,7 @@ void Copter::allocate_motors(void) convert_pid_parameters(); #if FRAME_CONFIG == HELI_FRAME convert_tradheli_parameters(); + motors->heli_motors_param_conversions(); #endif #if HAL_PROXIMITY_ENABLED