mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Plane: refactor output_test -> output_test_seq
This commit is contained in:
parent
abcb845af5
commit
4eb00ac779
@ -66,7 +66,7 @@ void QuadPlane::motor_test_output()
|
||||
// sanity check throttle values
|
||||
if (pwm >= MOTOR_TEST_PWM_MIN && pwm <= MOTOR_TEST_PWM_MAX ) {
|
||||
// turn on motor to specified pwm vlaue
|
||||
motors->output_test(motor_test.seq, pwm);
|
||||
motors->output_test_seq(motor_test.seq, pwm);
|
||||
} else {
|
||||
motor_test_stop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user