X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=b8016bd62da35c46a902e738404cb70da0231c2f;hb=6b4ab3d7f8fdfcbca54c706b296edc5dad3a637a;hp=9147e11c4618504f08f4dfd50d23e95deff83e76;hpb=8af76159964e7aa255f1fd60d1c774fe674c9d40;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 9147e11..b8016bd 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -8,8 +8,8 @@ package org.usfirst.frc.team3501.robot; public class Constants { public static class OI { - public final static int LEFT_STICK_PORT = 1; - public final static int RIGHT_STICK_PORT = 0; + public final static int LEFT_STICK_PORT = 0; + public final static int RIGHT_STICK_PORT = 1; } public static class DriveTrain {