Moves the Talon to port 10 to reflect the hardware change

Change-Id: I40e85f52031fec27e0715c2d92510030dd4bdc8d
This commit is contained in:
Jonathan Leitschuh
2014-06-12 17:55:58 -04:00
parent 8d5c67e6aa
commit a46c246587

View File

@@ -74,7 +74,7 @@ public final class TestBench {
MotorEncoderFixture talonPair = new MotorEncoderFixture(){
@Override
protected SpeedController giveSpeedController() {
return new Talon(0);
return new Talon(10);
}
@Override
protected DigitalInput giveDigitalInputA() {