We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be62413 + 79f4844 commit c827eb9Copy full SHA for c827eb9
strongback/src/org/strongback/hardware/Hardware.java
@@ -570,7 +570,7 @@ public static Motor victorSP(int channel) {
570
* @return a motor on the specified channel
571
*/
572
public static Motor victorSP(int channel, DoubleToDoubleFunction speedLimiter) {
573
- return new HardwareMotor(new VictorSP(channel), SPEED_LIMITER);
+ return new HardwareMotor(new VictorSP(channel), speedLimiter);
574
}
575
576
/**
0 commit comments