Small edits to make it work

This commit is contained in:
Keenan D. Buckley
2020-02-08 16:10:21 -07:00
parent 8cbd39ebe8
commit 827aca7fce
2 changed files with 3 additions and 3 deletions
@@ -64,7 +64,7 @@ public class Drive extends SubsystemBase {
m_pigeon.configFactoryDefault();
resetGyroYaw();
speedShift = new DoubleSolenoid(1,0,1);
speedShift = new DoubleSolenoid(7,0,1);
/* set back motors as followers */
m_leftBackMotor.follow(m_leftFrontMotor);