mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Moves the Talon to port 10 to reflect the hardware change
Change-Id: I40e85f52031fec27e0715c2d92510030dd4bdc8d
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user