mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
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
Block a user