From: Rohan Rodrigues Date: Thu, 9 Mar 2017 01:01:14 +0000 (-0800) Subject: Fix conflict in Constants X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=5727bf883d171e3cedbe46d515d4b12e86e8c1da Fix conflict in Constants --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 197f76e..312e0c3 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -40,16 +40,11 @@ public class Constants { public final static int HALL_EFFECT_PORT = 9; -<<<<<<< HEAD public final static int TOGGLE_INDEXER = 8; public static final int MODULE_NUMBER = 10, PISTON_FORWARD = 4, PISTON_REVERSE = 5; -======= - public static final int PISTON_MODULE = 10, PISTON_FORWARD = 0, - PISTON_REVERSE = 1; ->>>>>>> Add code to alternate pistons in runIndexWheelContinuous public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward; public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse; }