Edited comments
authorShivani Ghanta <shivani.oghanta@gmail.com>
Sat, 21 Jan 2017 18:46:09 +0000 (10:46 -0800)
committerShivani Ghanta <shivani.oghanta@gmail.com>
Sat, 21 Jan 2017 22:27:38 +0000 (14:27 -0800)
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;
 
   }