mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpilib] Remove MotorController::StopMotor() (#8483)
It does the same thing as Disable() in practice, and MotorSafety has its own StopMotor() function.
This commit is contained in:
@@ -25,7 +25,3 @@ bool MockMotorController::GetInverted() const {
|
||||
void MockMotorController::Disable() {
|
||||
m_speed = 0;
|
||||
}
|
||||
|
||||
void MockMotorController::StopMotor() {
|
||||
Disable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user