Fix compile error that wasn't caught
authorKevin Zhang <icestormf1@gmail.com>
Sat, 23 Jan 2016 02:40:31 +0000 (18:40 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sat, 23 Jan 2016 03:37:35 +0000 (19:37 -0800)
src/org/usfirst/frc/team3501/robot/OI.java

index 606fff68b4dd228c9ea71e44560c65fe015e8b08..5322f36255843eda81a4ac4e63b2f68ffb5b5b4b 100644 (file)
@@ -23,7 +23,7 @@ public class OI {
         Constants.OI.INC_SHOOTER_SPD_PORT);
 
     outputCurrentShooterSpeed = new JoystickButton(rightJoystick,
-        Constants.OI.SHOOTER_PORT);
+        Constants.OI.SHOOT_PORT);
 
     trigger = new JoystickButton(rightJoystick, Constants.OI.TRIGGER_PORT);