Remove compressor because solenoids automatically call it
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 1a1a20bb5c2fbd0a45460a257aff2d2ef9b4594c..114dc509fc60eec6e0a3fc79f7f99712562022e1 100644 (file)
@@ -68,7 +68,6 @@ public class Constants {
     public static final int MODULE_A_ID = 9, MODULE_B_ID = 10;
     public static final int LEFT_FORWARD = 5, LEFT_REVERSE = 1,
         RIGHT_FORWARD = 4, RIGHT_REVERSE = 0;
-    public static final int COMPRESSOR_ID = 9;
 
     public static double time = 0;