Remove useless constants for gyro
authorEvanYap <evanyap.14@gmail.com>
Sat, 30 Jan 2016 22:16:31 +0000 (14:16 -0800)
committerEvanYap <evanyap.14@gmail.com>
Sat, 13 Feb 2016 05:13:49 +0000 (21:13 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 6973eac9c82cd8eb8e3a7c3bf41d337b38c63b5f..d4ae7b2ebfec2f7a3a0719ea930a8885e8091f17 100644 (file)
@@ -50,6 +50,7 @@ public class Constants {
 
     // Winch port
     public final static int WINCH_MOTOR = 0;
+
   }
 
   public static class Shooter {