X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=8fcc2615d8cd64a7554fe02c7b1daaec043485be;hp=df33dfc4adb3c6f906ff5483b2da44258027dac8;hb=7b3f27ebc4101105e1d54e1f7ae2f6e3f42fa2a8;hpb=ac25505b36b679df7b208cfdfc9177a2f27f4c36 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index df33dfc..8fcc261 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -21,6 +21,7 @@ public class Constants { public static final int INDEX_WHEEL = 0; public final static int TOGGLE_FLYWHEEL_PORT = 0; public final static int TOGGLE_INDEXWHEEL_PORT = 0; + } public static class DriveTrain {