From: Kevin Zhang Date: Sat, 23 Jan 2016 02:40:31 +0000 (-0800) Subject: Fix compile error that wasn't caught X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=55504016e6ceb598032460d3d590681a1640c6a9 Fix compile error that wasn't caught --- diff --git a/src/org/usfirst/frc/team3501/robot/OI.java b/src/org/usfirst/frc/team3501/robot/OI.java index 606fff68..5322f362 100644 --- a/src/org/usfirst/frc/team3501/robot/OI.java +++ b/src/org/usfirst/frc/team3501/robot/OI.java @@ -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);