mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Merge "renamed param to match function name."
This commit is contained in:
@@ -677,8 +677,8 @@ public class CANTalon implements MotorSafety, PIDOutput, SpeedController {
|
||||
m_impl.SetForwardSoftEnable(enable ? 1 : 0);
|
||||
}
|
||||
|
||||
public void setReverseSoftLimit(int forwardLimit) {
|
||||
m_impl.SetReverseSoftLimit(forwardLimit);
|
||||
public void setReverseSoftLimit(int reverseLimit) {
|
||||
m_impl.SetReverseSoftLimit(reverseLimit);
|
||||
}
|
||||
|
||||
public void enableReverseSoftLimit(boolean enable) {
|
||||
|
||||
Reference in New Issue
Block a user