Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored May 2, 2018
1 parent a07b559 commit f00696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/rplidar_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class RPlidarDriver {
virtual u_result setMotorPWM(_u16 pwm) = 0;

/// Start RPLIDAR's motor when using accessory board
virtual u_result startMotor() = 0;
virtual u_result startMotor(_u16 pwm) = 0;

/// Stop RPLIDAR's motor when using accessory board
virtual u_result stopMotor() = 0;
Expand Down

0 comments on commit f00696f

Please sign in to comment.