Skip to content

Commit

Permalink
Plane: 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 abcb845 commit 4eb00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/motor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 4eb00ac

Please sign in to comment.