Edited comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 911bfdca53cc26cadb60b87c6069050331cdcb69..bbbb4ccc1ee345987df68406c60e66c2aa2d72fb 100644 (file)
@@ -29,7 +29,7 @@ public class Constants {
 
   public static class Climber {
     // MOTOR CONTROLLERS
-    public static final int MOTOR_VAL = 1;
+    public static final int MOTOR = 1;
 
   }