remove SPEED from Constants.java
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index ce83d2cb9c017c8706776a7a8e98532c62887497..6fd0812dbbb6a38f88ccd255f05d6b35b4a738ed 100644 (file)
@@ -54,7 +54,6 @@ public class Constants {
     public static final String P_VAL = "P";
     public static final String I_VAL = "I";
     public static final String D_VAL = "D";
-    public static final String MOTOR_VAL = "F";
     public static final String SETPOINT = "SETPOINT";
 
     public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0;