Skip to content

Commit

Permalink
Copter: refactor output_test -> output_test_seq
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Jul 2, 2018
1 parent 4eb00ac commit 64577bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/motor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void Copter::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();
}
Expand Down

0 comments on commit 64577bf

Please sign in to comment.