Fix compile error that wasn't caught
[3501/stronghold-2016] / 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);