mirror of
https://github.com/Team4388/Shirt-Cannon.git
synced 2026-06-09 00:28:01 -06:00
Typo fix
This commit is contained in:
@@ -48,7 +48,7 @@ public class Drive extends SubsystemBase {
|
||||
|
||||
//set the motors
|
||||
m_leftMotor.set(-leftSpeed);
|
||||
m_rightMotor.set(rightspeed);
|
||||
m_rightMotor.set(rightSpeed);
|
||||
}
|
||||
|
||||
public void tankDrive(double leftSpeed, double rightSpeed) {
|
||||
|
||||
Reference in New Issue
Block a user