From: Cindy Zhang Date: Sun, 15 Jan 2017 01:32:30 +0000 (-0800) Subject: change Direction data type to our own X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=8af76159964e7aa255f1fd60d1c774fe674c9d40 change Direction data type to our own --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java index 993adc8..334fa0b 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java @@ -1,8 +1,8 @@ package org.usfirst.frc.team3501.robot.commands.driving; +import org.usfirst.frc.team3501.robot.Constants.Direction; import org.usfirst.frc.team3501.robot.Robot; -import edu.wpi.first.wpilibj.Relay.Direction; import edu.wpi.first.wpilibj.command.Command; /**