From 8af76159964e7aa255f1fd60d1c774fe674c9d40 Mon Sep 17 00:00:00 2001 From: Cindy Zhang Date: Sat, 14 Jan 2017 17:32:30 -0800 Subject: [PATCH] change Direction data type to our own --- .../frc/team3501/robot/commands/driving/TurnForAngle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.30.2