mirror of https://github.com/ArduPilot/ardupilot
Copter: Add heli motors param conversion helper
This commit is contained in:
parent
927418b87c
commit
399398fe64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue