Change variable port name and use setSpeed method
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 3d05b3f3638fc9c502da69b614273850f6d54c2e..73e5b85c4838ac66fdab3fe126f860a07c985f9b 100644 (file)
@@ -32,7 +32,7 @@ public class Constants {
   }
 
   public static class Shooter {
-    public static final int SHOOTER_WHEEL_PORT = 0;
+    public static final int PORT = 0;
   }
 
   public static enum Direction {