From abf265b30001b3e04a6880844bb16af473cddd66 Mon Sep 17 00:00:00 2001 From: Shivani Ghanta Date: Sat, 21 Jan 2017 10:46:09 -0800 Subject: [PATCH] Edited comments --- src/org/usfirst/frc/team3501/robot/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 911bfdc..bbbb4cc 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -29,7 +29,7 @@ public class Constants { public static class Climber { // MOTOR CONTROLLERS - public static final int MOTOR_VAL = 1; + public static final int MOTOR = 1; } -- 2.30.2